Html Css Color HEX #DEB10F Sunflower

📋 copy color: '#DEB10F'

red 222 ◦ green 177 ◦ blue 15

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

Shades of Sunflower #DEB10F

Tints of Sunflower #DEB10F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.75%

 BLUE value IS 15 (6.25% from 255) = 3.62%

R = 53.62%
G = 42.75%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DEB10F (or 0xDEB10F) is known color: Sunflower. HEX triplet: DE, B1 and 0F. RGB value is (222,177,15). Sum of RGB (Red+Green+Blue) = 222+177+15=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 15 (6.25% from 255 or 3.62% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB10F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEB10F is #214EF0. Grayscale: #ACACAC. Windows color (decimal): -2182897 or 1028574. OLE color: 1028574.

HSL color Cylindrical-coordinate representation of color #DEB10F: hue angle of 46.96º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DEB10F is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 177 15 -
CMYK 0 0.20 0.93 0.13
HSL 46.96º 0.87% 0.46% -
HSV(B) 46.96º 0.93% 0.87% -
XYZ 45.93 47.01 7.1 -
YUV 171.99 39.41 163.67 -
System Red Green Blue C M Y K H S L
Decimal 222 177 15 0 0.20 0.93 0.13 46.96 0.87 0.46
Hex DE B1 F 0 14 5D D 2F 57 2E
Octal 336 261 17 0 24 135 15 57 127 56
Binary 11011110 10110001 1111 0 10100 1011101 1101 101111 1010111 101110

Color Harmonies of #DEB10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB10F

Black with #DEB10F

Text Example


Text Example

White with #DEB10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB10F; }

 p { color: rgb(222,177,15); }

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

background-color css

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

 a { background-color: rgb(222,177,15); }

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

border-color css

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

 span { border-color: rgb(222,177,15); }

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