Html Css Color HEX #D08B15 Buttercup

📋 copy color: '#D08B15'

red 208 ◦ green 139 ◦ blue 21

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

Shades of Buttercup #D08B15

Tints of Buttercup #D08B15

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.77%

 BLUE value IS 21 (8.59% from 255) = 5.71%

R = 56.52%
G = 37.77%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D08B15 (or 0xD08B15) is known color: Buttercup. HEX triplet: D0, 8B and 15. RGB value is (208,139,21). Sum of RGB (Red+Green+Blue) = 208+139+21=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 21 (8.59% from 255 or 5.71% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D08B15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08B15 is #2F74EA. Grayscale: #929292. Windows color (decimal): -3110123 or 1412048. OLE color: 1412048.

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

Color convert

RGB 208 139 21 -
CMYK 0 0.33 0.90 0.18
HSL 37.86º 0.82% 0.45% -
HSV(B) 37.86º 0.9% 0.82% -
XYZ 35.38 31.93 5.01 -
YUV 146.18 57.36 172.09 -
System Red Green Blue C M Y K H S L
Decimal 208 139 21 0 0.33 0.90 0.18 37.86 0.82 0.45
Hex D0 8B 15 0 21 5A 12 26 52 2D
Octal 320 213 25 0 41 132 22 46 122 55
Binary 11010000 10001011 10101 0 100001 1011010 10010 100110 1010010 101101

Color Harmonies of #D08B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08B15

Black with #D08B15

Text Example


Text Example

White with #D08B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08B15; }

 p { color: rgb(208,139,21); }

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

background-color css

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

 a { background-color: rgb(208,139,21); }

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

border-color css

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

 span { border-color: rgb(208,139,21); }

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