Html Css Color HEX #DEC415 Sunflower

📋 copy color: '#DEC415'

red 222 ◦ green 196 ◦ blue 21

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

Shades of Sunflower #DEC415

Tints of Sunflower #DEC415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.78%

R = 50.57%
G = 44.65%
B = 4.78%

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

#DEC415 (or 0xDEC415) is known color: Sunflower. HEX triplet: DE, C4 and 15. RGB value is (222,196,21). Sum of RGB (Red+Green+Blue) = 222+196+21=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 196 (76.95% from 255 or 44.65% from 439); Blue value is 21 (8.59% from 255 or 4.78% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC415 is #213BEA. Grayscale: #B8B8B8. Windows color (decimal): -2178027 or 1426654. OLE color: 1426654.

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

Color convert

RGB 222 196 21 -
CMYK 0 0.12 0.91 0.13
HSL 52.24º 0.83% 0.48% -
HSV(B) 52.24º 0.91% 0.87% -
XYZ 50 55.06 8.7 -
YUV 183.82 36.11 155.23 -
System Red Green Blue C M Y K H S L
Decimal 222 196 21 0 0.12 0.91 0.13 52.24 0.83 0.48
Hex DE C4 15 0 C 5B D 34 53 30
Octal 336 304 25 0 14 133 15 64 123 60
Binary 11011110 11000100 10101 0 1100 1011011 1101 110100 1010011 110000

Color Harmonies of #DEC415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC415

Black with #DEC415

Text Example


Text Example

White with #DEC415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC415; }

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

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

background-color css

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

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

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

border-color css

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

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

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