Html Css Color HEX #DEC814 Sunflower

📋 copy color: '#DEC814'

red 222 ◦ green 200 ◦ blue 20

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

Shades of Sunflower #DEC814

Tints of Sunflower #DEC814

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.25%

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

R = 50.23%
G = 45.25%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEC814 (or 0xDEC814) is known color: Sunflower. HEX triplet: DE, C8 and 14. RGB value is (222,200,20). Sum of RGB (Red+Green+Blue) = 222+200+20=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 20 (8.20% from 255 or 4.52% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC814 is #2137EB. Grayscale: #BABABA. Windows color (decimal): -2177004 or 1362142. OLE color: 1362142.

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

Color convert

RGB 222 200 20 -
CMYK 0 0.10 0.91 0.13
HSL 53.47º 0.83% 0.47% -
HSV(B) 53.47º 0.91% 0.87% -
XYZ 50.9 56.89 8.96 -
YUV 186.06 34.29 153.64 -
System Red Green Blue C M Y K H S L
Decimal 222 200 20 0 0.10 0.91 0.13 53.47 0.83 0.47
Hex DE C8 14 0 A 5B D 35 53 2F
Octal 336 310 24 0 12 133 15 65 123 57
Binary 11011110 11001000 10100 0 1010 1011011 1101 110101 1010011 101111

Color Harmonies of #DEC814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC814

Black with #DEC814

Text Example


Text Example

White with #DEC814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC814; }

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

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

background-color css

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

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

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

border-color css

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

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

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