Html Css Color HEX #DECC10 Sunflower

📋 copy color: '#DECC10'

red 222 ◦ green 204 ◦ blue 16

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

Shades of Sunflower #DECC10

Tints of Sunflower #DECC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.62%

R = 50.23%
G = 46.15%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DECC10 (or 0xDECC10) is known color: Sunflower. HEX triplet: DE, CC and 10. RGB value is (222,204,16). Sum of RGB (Red+Green+Blue) = 222+204+16=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 16 (6.64% from 255 or 3.62% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECC10 is #2133EF. Grayscale: #BCBCBC. Windows color (decimal): -2175984 or 1101022. OLE color: 1101022.

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

Color convert

RGB 222 204 16 -
CMYK 0 0.08 0.93 0.13
HSL 54.76º 0.87% 0.47% -
HSV(B) 54.76º 0.93% 0.87% -
XYZ 51.81 58.75 9.1 -
YUV 187.95 30.96 152.29 -
System Red Green Blue C M Y K H S L
Decimal 222 204 16 0 0.08 0.93 0.13 54.76 0.87 0.47
Hex DE CC 10 0 8 5D D 37 57 2F
Octal 336 314 20 0 10 135 15 67 127 57
Binary 11011110 11001100 10000 0 1000 1011101 1101 110111 1010111 101111

Color Harmonies of #DECC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECC10

Black with #DECC10

Text Example


Text Example

White with #DECC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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