#DEC427

Color #DEC427 Sunflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunflower #DEC427

Tints of Sunflower #DEC427

Color information

#DEC427 (or 0xDEC427) is unknown color: approx Sunflower. HEX triplet: DE, C4 and 27. RGB value is (222,196,39). Sum of RGB (Red+Green+Blue) = 222+196+39=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 196 (76.95% from 255 or 42.89% from 457); Blue value is 39 (15.62% from 255 or 8.53% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC427 is #213BD8. Grayscale: #BABABA. Windows color (decimal): -2178009 or 2606302. OLE color: 2606302.

HSL color Cylindrical-coordinate representation of color #DEC427: hue angle of 51.48º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DEC427 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB22219639-
CMYK00.120.820.13
HSL51.48º73.49%51.18%-
HSV(B)51.48º82.43%87.06%-
XYZ50.2355.169.92-
YUV185.8845.11153.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 48.58%
GREEN value IS 196 (76.95% from 255) = 42.89%
BLUE value IS 39 (15.62% from 255) = 8.53%
R=48.58%
G=42.89%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221963900.120.820.1351.4873.4951.18
HexDEC4270C52D334933
Octal33630447014122156311163
Binary110111101100010010011101100101001011011100111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC427; }

 p { color: rgb(222,196,39); }

 H1.HeaderClassName
 {
   color: #DEC427;
 }
 .AnyTagClassName
 {
   color: #DEC427;
 }
</style>
background-color css

<style>
 a { background-color: #DEC427; }

 a { background-color: rgb(222,196,39); }

 div.DivClassName
 {
   background-color: #DEC427;
 }
 .BgClassName
 {
   background-color: #DEC427;
 }
</style>
border-color css

<style>
 span { border-color: #DEC427; }

 span { border-color: rgb(222,196,39); }

 td.TdClassName
 {
   border-color: #DEC427;
 }
 .TagClassName
 {
   border-color: #DEC427;
 }
</style>