#D08A1B

Color #D08A1B Buttercup (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttercup #D08A1B

Tints of Buttercup #D08A1B

Color information

#D08A1B (or 0xD08A1B) is unknown color: approx Buttercup. HEX triplet: D0, 8A and 1B. RGB value is (208,138,27). Sum of RGB (Red+Green+Blue) = 208+138+27=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08A1B is #2F75E4. Grayscale: #929292. Windows color (decimal): -3110373 or 1805008. OLE color: 1805008.

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

Color convert

RGB20813827-
CMYK00.340.870.18
HSL36.8º77.02%46.08%-
HSV(B)36.8º87.02%81.57%-
XYZ35.331.675.29-
YUV146.2860.69172.03-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 55.76%
GREEN value IS 138 (54.30% from 255) = 37.00%
BLUE value IS 27 (10.94% from 255) = 7.24%
R=55.76%
G=37.00%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081382700.340.870.1836.877.0246.08
HexD08A1B0225712254d2e
Octal32021233042127224511556
Binary11010000100010101101101000101010111100101001011001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08A1B; }

 p { color: rgb(208,138,27); }

 H1.HeaderClassName
 {
   color: #D08A1B;
 }
 .AnyTagClassName
 {
   color: #D08A1B;
 }
</style>
background-color css

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

 a { background-color: rgb(208,138,27); }

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

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

 span { border-color: rgb(208,138,27); }

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