Html Css Color HEX #D08D1F Buttercup

📋 copy color: '#D08D1F'

red 208 ◦ green 141 ◦ blue 31

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

Shades of Buttercup #D08D1F

Tints of Buttercup #D08D1F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.11%

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

R = 54.74%
G = 37.11%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D08D1F (or 0xD08D1F) is known color: Buttercup. HEX triplet: D0, 8D and 1F. RGB value is (208,141,31). Sum of RGB (Red+Green+Blue) = 208+141+31=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 31 (12.5% from 255 or 8.16% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08D1F is #2F72E0. Grayscale: #959595. Windows color (decimal): -3109601 or 2067920. OLE color: 2067920.

HSL color Cylindrical-coordinate representation of color #D08D1F: hue angle of 37.29º 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 #D08D1F is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 141 31 -
CMYK 0 0.32 0.85 0.18
HSL 37.29º 0.74% 0.47% -
HSV(B) 37.29º 0.85% 0.82% -
XYZ 35.78 32.56 5.69 -
YUV 148.49 61.7 170.44 -
System Red Green Blue C M Y K H S L
Decimal 208 141 31 0 0.32 0.85 0.18 37.29 0.74 0.47
Hex D0 8D 1F 0 20 55 12 25 4A 2F
Octal 320 215 37 0 40 125 22 45 112 57
Binary 11010000 10001101 11111 0 100000 1010101 10010 100101 1001010 101111

Color Harmonies of #D08D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08D1F

Black with #D08D1F

Text Example


Text Example

White with #D08D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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