Html Css Color HEX #DEB414 Sunflower

📋 copy color: '#DEB414'

red 222 ◦ green 180 ◦ blue 20

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

Shades of Sunflower #DEB414

Tints of Sunflower #DEB414

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.65%

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

R = 52.61%
G = 42.65%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEB414 (or 0xDEB414) is known color: Sunflower. HEX triplet: DE, B4 and 14. RGB value is (222,180,20). Sum of RGB (Red+Green+Blue) = 222+180+20=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 20 (8.20% from 255 or 4.74% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB414 is #214BEB. Grayscale: #AEAEAE. Windows color (decimal): -2182124 or 1357022. OLE color: 1357022.

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

Color convert

RGB 222 180 20 -
CMYK 0 0.19 0.91 0.13
HSL 47.52º 0.83% 0.47% -
HSV(B) 47.52º 0.91% 0.87% -
XYZ 46.57 48.22 7.52 -
YUV 174.32 40.91 162.01 -
System Red Green Blue C M Y K H S L
Decimal 222 180 20 0 0.19 0.91 0.13 47.52 0.83 0.47
Hex DE B4 14 0 13 5B D 30 53 2F
Octal 336 264 24 0 23 133 15 60 123 57
Binary 11011110 10110100 10100 0 10011 1011011 1101 110000 1010011 101111

Color Harmonies of #DEB414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB414

Black with #DEB414

Text Example


Text Example

White with #DEB414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB414; }

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

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

background-color css

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

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

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

border-color css

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

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

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