Html Css Color HEX #DEB00C Sunflower

📋 copy color: '#DEB00C'

red 222 ◦ green 176 ◦ blue 12

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

Shades of Sunflower #DEB00C

Tints of Sunflower #DEB00C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.93%

R = 54.15%
G = 42.93%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DEB00C (or 0xDEB00C) is known color: Sunflower. HEX triplet: DE, B0 and 0C. RGB value is (222,176,12). Sum of RGB (Red+Green+Blue) = 222+176+12=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 12 (5.08% from 255 or 2.93% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEB00C is #214FF3. Grayscale: #ABABAB. Windows color (decimal): -2183156 or 831710. OLE color: 831710.

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

Color convert

RGB 222 176 12 -
CMYK 0 0.21 0.95 0.13
HSL 46.86º 0.9% 0.46% -
HSV(B) 46.86º 0.95% 0.87% -
XYZ 45.72 46.61 6.93 -
YUV 171.06 38.24 164.34 -
System Red Green Blue C M Y K H S L
Decimal 222 176 12 0 0.21 0.95 0.13 46.86 0.9 0.46
Hex DE B0 C 0 15 5F D 2F 5A 2E
Octal 336 260 14 0 25 137 15 57 132 56
Binary 11011110 10110000 1100 0 10101 1011111 1101 101111 1011010 101110

Color Harmonies of #DEB00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB00C

Black with #DEB00C

Text Example


Text Example

White with #DEB00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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