Html Css Color HEX #DEC207 Sunflower

📋 copy color: '#DEC207'

red 222 ◦ green 194 ◦ blue 7

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

Shades of Sunflower #DEC207

Tints of Sunflower #DEC207

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.86%

 BLUE value IS 7 (3.13% from 255) = 1.65%

R = 52.48%
G = 45.86%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DEC207 (or 0xDEC207) is known color: Sunflower. HEX triplet: DE, C2 and 07. RGB value is (222,194,7). Sum of RGB (Red+Green+Blue) = 222+194+7=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 7 (3.12% from 255 or 1.65% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC207 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC207 is #213DF8. Grayscale: #B5B5B5. Windows color (decimal): -2178553 or 508638. OLE color: 508638.

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

Color convert

RGB 222 194 7 -
CMYK 0 0.13 0.97 0.13
HSL 52.19º 0.94% 0.45% -
HSV(B) 52.19º 0.97% 0.87% -
XYZ 49.45 54.13 8.04 -
YUV 181.05 29.78 157.21 -
System Red Green Blue C M Y K H S L
Decimal 222 194 7 0 0.13 0.97 0.13 52.19 0.94 0.45
Hex DE C2 7 0 D 61 D 34 5E 2D
Octal 336 302 7 0 15 141 15 64 136 55
Binary 11011110 11000010 111 0 1101 1100001 1101 110100 1011110 101101

Color Harmonies of #DEC207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC207

Black with #DEC207

Text Example


Text Example

White with #DEC207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC207; }

 p { color: rgb(222,194,7); }

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

background-color css

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

 a { background-color: rgb(222,194,7); }

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

border-color css

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

 span { border-color: rgb(222,194,7); }

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