Html Css Color HEX #DEB00D Sunflower

📋 copy color: '#DEB00D'

red 222 ◦ green 176 ◦ blue 13

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

Shades of Sunflower #DEB00D

Tints of Sunflower #DEB00D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.16%

R = 54.01%
G = 42.82%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DEB00D (or 0xDEB00D) is known color: Sunflower. HEX triplet: DE, B0 and 0D. RGB value is (222,176,13). Sum of RGB (Red+Green+Blue) = 222+176+13=411 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.01% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 13 (5.47% from 255 or 3.16% from 411); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB00D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEB00D is #214FF2. Grayscale: #ABABAB. Windows color (decimal): -2183155 or 897246. OLE color: 897246.

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

Color convert

RGB 222 176 13 -
CMYK 0 0.21 0.94 0.13
HSL 46.79º 0.89% 0.46% -
HSV(B) 46.79º 0.94% 0.87% -
XYZ 45.72 46.61 6.97 -
YUV 171.17 38.74 164.25 -
System Red Green Blue C M Y K H S L
Decimal 222 176 13 0 0.21 0.94 0.13 46.79 0.89 0.46
Hex DE B0 D 0 15 5E D 2F 59 2E
Octal 336 260 15 0 25 136 15 57 131 56
Binary 11011110 10110000 1101 0 10101 1011110 1101 101111 1011001 101110

Color Harmonies of #DEB00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB00D

Black with #DEB00D

Text Example


Text Example

White with #DEB00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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