Html Css Color HEX #DECC02 Sunflower

📋 copy color: '#DECC02'

red 222 ◦ green 204 ◦ blue 2

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

Shades of Sunflower #DECC02

Tints of Sunflower #DECC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 51.87%
G = 47.66%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DECC02 (or 0xDECC02) is known color: Sunflower. HEX triplet: DE, CC and 02. RGB value is (222,204,2). Sum of RGB (Red+Green+Blue) = 222+204+2=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 2 (1.17% from 255 or 0.47% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECC02 is #2133FD. Grayscale: #BBBBBB. Windows color (decimal): -2175998 or 183518. OLE color: 183518.

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

Color convert

RGB 222 204 2 -
CMYK 0 0.08 0.99 0.13
HSL 55.09º 0.98% 0.44% -
HSV(B) 55.09º 0.99% 0.87% -
XYZ 51.73 58.72 8.67 -
YUV 186.35 23.96 153.43 -
System Red Green Blue C M Y K H S L
Decimal 222 204 2 0 0.08 0.99 0.13 55.09 0.98 0.44
Hex DE CC 2 0 8 63 D 37 62 2C
Octal 336 314 2 0 10 143 15 67 142 54
Binary 11011110 11001100 10 0 1000 1100011 1101 110111 1100010 101100

Color Harmonies of #DECC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECC02

Black with #DECC02

Text Example


Text Example

White with #DECC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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