Html Css Color HEX #DEC413 Sunflower

📋 copy color: '#DEC413'

red 222 ◦ green 196 ◦ blue 19

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

Shades of Sunflower #DEC413

Tints of Sunflower #DEC413

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.85%

 BLUE value IS 19 (7.81% from 255) = 4.35%

R = 50.8%
G = 44.85%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEC413 (or 0xDEC413) is known color: Sunflower. HEX triplet: DE, C4 and 13. RGB value is (222,196,19). Sum of RGB (Red+Green+Blue) = 222+196+19=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 19 (7.81% from 255 or 4.35% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC413 is #213BEC. Grayscale: #B8B8B8. Windows color (decimal): -2178029 or 1295582. OLE color: 1295582.

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

Color convert

RGB 222 196 19 -
CMYK 0 0.12 0.91 0.13
HSL 52.32º 0.84% 0.47% -
HSV(B) 52.32º 0.91% 0.87% -
XYZ 49.98 55.06 8.61 -
YUV 183.6 35.11 155.39 -
System Red Green Blue C M Y K H S L
Decimal 222 196 19 0 0.12 0.91 0.13 52.32 0.84 0.47
Hex DE C4 13 0 C 5B D 34 54 2F
Octal 336 304 23 0 14 133 15 64 124 57
Binary 11011110 11000100 10011 0 1100 1011011 1101 110100 1010100 101111

Color Harmonies of #DEC413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC413

Black with #DEC413

Text Example


Text Example

White with #DEC413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC413; }

 p { color: rgb(222,196,19); }

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

background-color css

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

 a { background-color: rgb(222,196,19); }

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

border-color css

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

 span { border-color: rgb(222,196,19); }

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