Html Css Color HEX #DEC214 Sunflower

📋 copy color: '#DEC214'

red 222 ◦ green 194 ◦ blue 20

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

Shades of Sunflower #DEC214

Tints of Sunflower #DEC214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.59%

R = 50.92%
G = 44.5%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEC214 (or 0xDEC214) is known color: Sunflower. HEX triplet: DE, C2 and 14. RGB value is (222,194,20). Sum of RGB (Red+Green+Blue) = 222+194+20=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 20 (8.20% from 255 or 4.59% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC214 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC214 is #213DEB. Grayscale: #B7B7B7. Windows color (decimal): -2178540 or 1360606. OLE color: 1360606.

HSL color Cylindrical-coordinate representation of color #DEC214: hue angle of 51.68º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DEC214 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 194 20 -
CMYK 0 0.13 0.91 0.13
HSL 51.68º 0.83% 0.47% -
HSV(B) 51.68º 0.91% 0.87% -
XYZ 49.54 54.16 8.51 -
YUV 182.54 36.28 156.15 -
System Red Green Blue C M Y K H S L
Decimal 222 194 20 0 0.13 0.91 0.13 51.68 0.83 0.47
Hex DE C2 14 0 D 5B D 34 53 2F
Octal 336 302 24 0 15 133 15 64 123 57
Binary 11011110 11000010 10100 0 1101 1011011 1101 110100 1010011 101111

Color Harmonies of #DEC214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC214

Black with #DEC214

Text Example


Text Example

White with #DEC214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC214; }

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

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

background-color css

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

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

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

border-color css

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

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

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