Html Css Color HEX #DECB06 Sunflower

📋 copy color: '#DECB06'

red 222 ◦ green 203 ◦ blue 6

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

Shades of Sunflower #DECB06

Tints of Sunflower #DECB06

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.1%

 BLUE value IS 6 (2.73% from 255) = 1.39%

R = 51.51%
G = 47.1%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DECB06 (or 0xDECB06) is known color: Sunflower. HEX triplet: DE, CB and 06. RGB value is (222,203,6). Sum of RGB (Red+Green+Blue) = 222+203+6=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 6 (2.73% from 255 or 1.39% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECB06 is #2134F9. Grayscale: #BBBBBB. Windows color (decimal): -2176250 or 445406. OLE color: 445406.

HSL color Cylindrical-coordinate representation of color #DECB06: hue angle of 54.72º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DECB06 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 203 6 -
CMYK 0 0.09 0.97 0.13
HSL 54.72º 0.95% 0.45% -
HSV(B) 54.72º 0.97% 0.87% -
XYZ 51.51 58.25 8.7 -
YUV 186.22 26.29 153.52 -
System Red Green Blue C M Y K H S L
Decimal 222 203 6 0 0.09 0.97 0.13 54.72 0.95 0.45
Hex DE CB 6 0 9 61 D 37 5F 2D
Octal 336 313 6 0 11 141 15 67 137 55
Binary 11011110 11001011 110 0 1001 1100001 1101 110111 1011111 101101

Color Harmonies of #DECB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECB06

Black with #DECB06

Text Example


Text Example

White with #DECB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECB06; }

 p { color: rgb(222,203,6); }

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

background-color css

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

 a { background-color: rgb(222,203,6); }

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

border-color css

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

 span { border-color: rgb(222,203,6); }

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