Html Css Color HEX #DECC15 Sunflower

📋 copy color: '#DECC15'

red 222 ◦ green 204 ◦ blue 21

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

Shades of Sunflower #DECC15

Tints of Sunflower #DECC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.7%

R = 49.66%
G = 45.64%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DECC15 (or 0xDECC15) is known color: Sunflower. HEX triplet: DE, CC and 15. RGB value is (222,204,21). Sum of RGB (Red+Green+Blue) = 222+204+21=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 21 (8.59% from 255 or 4.70% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECC15 is #2133EA. Grayscale: #BDBDBD. Windows color (decimal): -2175979 or 1428702. OLE color: 1428702.

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

Color convert

RGB 222 204 21 -
CMYK 0 0.08 0.91 0.13
HSL 54.63º 0.83% 0.48% -
HSV(B) 54.63º 0.91% 0.87% -
XYZ 51.85 58.77 9.32 -
YUV 188.52 33.46 151.88 -
System Red Green Blue C M Y K H S L
Decimal 222 204 21 0 0.08 0.91 0.13 54.63 0.83 0.48
Hex DE CC 15 0 8 5B D 37 53 30
Octal 336 314 25 0 10 133 15 67 123 60
Binary 11011110 11001100 10101 0 1000 1011011 1101 110111 1010011 110000

Color Harmonies of #DECC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECC15

Black with #DECC15

Text Example


Text Example

White with #DECC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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