Html Css Color HEX #DEC006 Sunflower

📋 copy color: '#DEC006'

red 222 ◦ green 192 ◦ blue 6

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

Shades of Sunflower #DEC006

Tints of Sunflower #DEC006

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.71%

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

R = 52.86%
G = 45.71%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DEC006 (or 0xDEC006) is known color: Sunflower. HEX triplet: DE, C0 and 06. RGB value is (222,192,6). Sum of RGB (Red+Green+Blue) = 222+192+6=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 6 (2.73% from 255 or 1.43% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC006 is #213FF9. Grayscale: #B4B4B4. Windows color (decimal): -2179066 or 442590. OLE color: 442590.

HSL color Cylindrical-coordinate representation of color #DEC006: hue angle of 51.67º 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 #DEC006 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 192 6 -
CMYK 0 0.14 0.97 0.13
HSL 51.67º 0.95% 0.45% -
HSV(B) 51.67º 0.97% 0.87% -
XYZ 49.01 53.24 7.87 -
YUV 179.77 29.94 158.12 -
System Red Green Blue C M Y K H S L
Decimal 222 192 6 0 0.14 0.97 0.13 51.67 0.95 0.45
Hex DE C0 6 0 E 61 D 34 5F 2D
Octal 336 300 6 0 16 141 15 64 137 55
Binary 11011110 11000000 110 0 1110 1100001 1101 110100 1011111 101101

Color Harmonies of #DEC006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC006

Black with #DEC006

Text Example


Text Example

White with #DEC006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC006; }

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

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

background-color css

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

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

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

border-color css

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

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

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