Html Css Color HEX #DEB00F Sunflower

📋 copy color: '#DEB00F'

red 222 ◦ green 176 ◦ blue 15

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

Shades of Sunflower #DEB00F

Tints of Sunflower #DEB00F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.62%

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

R = 53.75%
G = 42.62%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DEB00F (or 0xDEB00F) is known color: Sunflower. HEX triplet: DE, B0 and 0F. RGB value is (222,176,15). Sum of RGB (Red+Green+Blue) = 222+176+15=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 15 (6.25% from 255 or 3.63% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEB00F is #214FF0. Grayscale: #ACACAC. Windows color (decimal): -2183153 or 1028318. OLE color: 1028318.

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

Color convert

RGB 222 176 15 -
CMYK 0 0.21 0.93 0.13
HSL 46.67º 0.87% 0.46% -
HSV(B) 46.67º 0.93% 0.87% -
XYZ 45.74 46.61 7.04 -
YUV 171.4 39.74 164.09 -
System Red Green Blue C M Y K H S L
Decimal 222 176 15 0 0.21 0.93 0.13 46.67 0.87 0.46
Hex DE B0 F 0 15 5D D 2F 57 2E
Octal 336 260 17 0 25 135 15 57 127 56
Binary 11011110 10110000 1111 0 10101 1011101 1101 101111 1010111 101110

Color Harmonies of #DEB00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB00F

Black with #DEB00F

Text Example


Text Example

White with #DEB00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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