Html Css Color HEX #D08916 Buttercup

📋 copy color: '#D08916'

red 208 ◦ green 137 ◦ blue 22

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

Shades of Buttercup #D08916

Tints of Buttercup #D08916

RGB

 RED value IS 208 (81.64% from 255) = 56.68%

 GREEN value IS 137 (53.91% from 255) = 37.33%

 BLUE value IS 22 (8.98% from 255) = 5.99%

R = 56.68%
G = 37.33%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D08916 (or 0xD08916) is known color: Buttercup. HEX triplet: D0, 89 and 16. RGB value is (208,137,22). Sum of RGB (Red+Green+Blue) = 208+137+22=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D08916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08916 is #2F76E9. Grayscale: #919191. Windows color (decimal): -3110634 or 1477072. OLE color: 1477072.

HSL color Cylindrical-coordinate representation of color #D08916: hue angle of 37.1º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D08916 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 137 22 -
CMYK 0 0.34 0.89 0.18
HSL 37.1º 0.81% 0.45% -
HSV(B) 37.1º 0.89% 0.82% -
XYZ 35.1 31.36 4.96 -
YUV 145.12 58.52 172.85 -
System Red Green Blue C M Y K H S L
Decimal 208 137 22 0 0.34 0.89 0.18 37.1 0.81 0.45
Hex D0 89 16 0 22 59 12 25 51 2D
Octal 320 211 26 0 42 131 22 45 121 55
Binary 11010000 10001001 10110 0 100010 1011001 10010 100101 1010001 101101

Color Harmonies of #D08916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08916

Black with #D08916

Text Example


Text Example

White with #D08916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08916; }

 p { color: rgb(208,137,22); }

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

background-color css

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

 a { background-color: rgb(208,137,22); }

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

border-color css

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

 span { border-color: rgb(208,137,22); }

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