Html Css Color HEX #DEC506 Sunflower

📋 copy color: '#DEC506'

red 222 ◦ green 197 ◦ blue 6

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

Shades of Sunflower #DEC506

Tints of Sunflower #DEC506

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.35%

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

R = 52.24%
G = 46.35%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DEC506 (or 0xDEC506) is known color: Sunflower. HEX triplet: DE, C5 and 06. RGB value is (222,197,6). Sum of RGB (Red+Green+Blue) = 222+197+6=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 6 (2.73% from 255 or 1.41% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC506 is #213AF9. Grayscale: #B7B7B7. Windows color (decimal): -2177786 or 443870. OLE color: 443870.

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

Color convert

RGB 222 197 6 -
CMYK 0 0.11 0.97 0.13
HSL 53.06º 0.95% 0.45% -
HSV(B) 53.06º 0.97% 0.87% -
XYZ 50.12 55.48 8.24 -
YUV 182.7 28.28 156.03 -
System Red Green Blue C M Y K H S L
Decimal 222 197 6 0 0.11 0.97 0.13 53.06 0.95 0.45
Hex DE C5 6 0 B 61 D 35 5F 2D
Octal 336 305 6 0 13 141 15 65 137 55
Binary 11011110 11000101 110 0 1011 1100001 1101 110101 1011111 101101

Color Harmonies of #DEC506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC506

Black with #DEC506

Text Example


Text Example

White with #DEC506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC506; }

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

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

background-color css

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

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

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

border-color css

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

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

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