Html Css Color HEX #DEB415 Sunflower

📋 copy color: '#DEB415'

red 222 ◦ green 180 ◦ blue 21

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

Shades of Sunflower #DEB415

Tints of Sunflower #DEB415

RGB

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

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

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

R = 52.48%
G = 42.55%
B = 4.96%

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

#DEB415 (or 0xDEB415) is known color: Sunflower. HEX triplet: DE, B4 and 15. RGB value is (222,180,21). Sum of RGB (Red+Green+Blue) = 222+180+21=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 21 (8.59% from 255 or 4.96% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB415 is #214BEA. Grayscale: #AFAFAF. Windows color (decimal): -2182123 or 1422558. OLE color: 1422558.

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

Color convert

RGB 222 180 21 -
CMYK 0 0.19 0.91 0.13
HSL 47.46º 0.83% 0.48% -
HSV(B) 47.46º 0.91% 0.87% -
XYZ 46.58 48.23 7.56 -
YUV 174.43 41.41 161.93 -
System Red Green Blue C M Y K H S L
Decimal 222 180 21 0 0.19 0.91 0.13 47.46 0.83 0.48
Hex DE B4 15 0 13 5B D 2F 53 30
Octal 336 264 25 0 23 133 15 57 123 60
Binary 11011110 10110100 10101 0 10011 1011011 1101 101111 1010011 110000

Color Harmonies of #DEB415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB415

Black with #DEB415

Text Example


Text Example

White with #DEB415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB415; }

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

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

background-color css

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

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

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

border-color css

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

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

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