Html Css Color HEX #D08A1F Buttercup

📋 copy color: '#D08A1F'

red 208 ◦ green 138 ◦ blue 31

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

Shades of Buttercup #D08A1F

Tints of Buttercup #D08A1F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.6%

 BLUE value IS 31 (12.5% from 255) = 8.22%

R = 55.17%
G = 36.6%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D08A1F (or 0xD08A1F) is known color: Buttercup. HEX triplet: D0, 8A and 1F. RGB value is (208,138,31). Sum of RGB (Red+Green+Blue) = 208+138+31=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 31 (12.5% from 255 or 8.22% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08A1F is #2F75E0. Grayscale: #939393. Windows color (decimal): -3110369 or 2067152. OLE color: 2067152.

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

Color convert

RGB 208 138 31 -
CMYK 0 0.34 0.85 0.18
HSL 36.27º 0.74% 0.47% -
HSV(B) 36.27º 0.85% 0.82% -
XYZ 35.35 31.69 5.55 -
YUV 146.73 62.69 171.7 -
System Red Green Blue C M Y K H S L
Decimal 208 138 31 0 0.34 0.85 0.18 36.27 0.74 0.47
Hex D0 8A 1F 0 22 55 12 24 4A 2F
Octal 320 212 37 0 42 125 22 44 112 57
Binary 11010000 10001010 11111 0 100010 1010101 10010 100100 1001010 101111

Color Harmonies of #D08A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A1F

Black with #D08A1F

Text Example


Text Example

White with #D08A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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