Html Css Color HEX #DEB413 Sunflower

📋 copy color: '#DEB413'

red 222 ◦ green 180 ◦ blue 19

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

Shades of Sunflower #DEB413

Tints of Sunflower #DEB413

RGB

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

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

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

R = 52.73%
G = 42.76%
B = 4.51%

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

#DEB413 (or 0xDEB413) is known color: Sunflower. HEX triplet: DE, B4 and 13. RGB value is (222,180,19). Sum of RGB (Red+Green+Blue) = 222+180+19=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 19 (7.81% from 255 or 4.51% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB413 is #214BEC. Grayscale: #AEAEAE. Windows color (decimal): -2182125 or 1291486. OLE color: 1291486.

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

Color convert

RGB 222 180 19 -
CMYK 0 0.19 0.91 0.13
HSL 47.59º 0.84% 0.47% -
HSV(B) 47.59º 0.91% 0.87% -
XYZ 46.56 48.22 7.47 -
YUV 174.2 40.41 162.09 -
System Red Green Blue C M Y K H S L
Decimal 222 180 19 0 0.19 0.91 0.13 47.59 0.84 0.47
Hex DE B4 13 0 13 5B D 30 54 2F
Octal 336 264 23 0 23 133 15 60 124 57
Binary 11011110 10110100 10011 0 10011 1011011 1101 110000 1010100 101111

Color Harmonies of #DEB413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB413

Black with #DEB413

Text Example


Text Example

White with #DEB413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB413; }

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

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

background-color css

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

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

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

border-color css

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

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

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