Html Css Color HEX #DECC1C Sunflower

📋 copy color: '#DECC1C'

red 222 ◦ green 204 ◦ blue 28

#DECC1C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunflower #DECC1C

Tints of Sunflower #DECC1C

RGB

 RED value IS 222 (87.11% from 255) = 48.9%

 GREEN value IS 204 (80.08% from 255) = 44.93%

 BLUE value IS 28 (11.33% from 255) = 6.17%

R = 48.9%
G = 44.93%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DECC1C (or 0xDECC1C) is known color: Sunflower. HEX triplet: DE, CC and 1C. RGB value is (222,204,28). Sum of RGB (Red+Green+Blue) = 222+204+28=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 28 (11.33% from 255 or 6.17% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECC1C is #2133E3. Grayscale: #BEBEBE. Windows color (decimal): -2175972 or 1887454. OLE color: 1887454.

HSL color Cylindrical-coordinate representation of color #DECC1C: hue angle of 54.43º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DECC1C is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 204 28 -
CMYK 0 0.08 0.87 0.13
HSL 54.43º 0.78% 0.49% -
HSV(B) 54.43º 0.87% 0.87% -
XYZ 51.93 58.8 9.71 -
YUV 189.32 36.96 151.31 -
System Red Green Blue C M Y K H S L
Decimal 222 204 28 0 0.08 0.87 0.13 54.43 0.78 0.49
Hex DE CC 1C 0 8 57 D 36 4E 31
Octal 336 314 34 0 10 127 15 66 116 61
Binary 11011110 11001100 11100 0 1000 1010111 1101 110110 1001110 110001

Color Harmonies of #DECC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECC1C

Black with #DECC1C

Text Example


Text Example

White with #DECC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECC1C; }

 p { color: rgb(222,204,28); }

 H1.HeaderClassName
 {
   color: #DECC1C;
 }
 .AnyTagClassName
 {
   color: #DECC1C;
 }
</style>

background-color css

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

 a { background-color: rgb(222,204,28); }

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

border-color css

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

 span { border-color: rgb(222,204,28); }

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