Html Css Color HEX #D0881F Buttercup

📋 copy color: '#D0881F'

red 208 ◦ green 136 ◦ blue 31

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

Shades of Buttercup #D0881F

Tints of Buttercup #D0881F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.27%

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

R = 55.47%
G = 36.27%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0881F (or 0xD0881F) is known color: Buttercup. HEX triplet: D0, 88 and 1F. RGB value is (208,136,31). Sum of RGB (Red+Green+Blue) = 208+136+31=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D0881F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0881F is #2F77E0. Grayscale: #929292. Windows color (decimal): -3110881 or 2066640. OLE color: 2066640.

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

Color convert

RGB 208 136 31 -
CMYK 0 0.35 0.85 0.18
HSL 35.59º 0.74% 0.47% -
HSV(B) 35.59º 0.85% 0.82% -
XYZ 35.06 31.12 5.45 -
YUV 145.56 63.35 172.54 -
System Red Green Blue C M Y K H S L
Decimal 208 136 31 0 0.35 0.85 0.18 35.59 0.74 0.47
Hex D0 88 1F 0 23 55 12 24 4A 2F
Octal 320 210 37 0 43 125 22 44 112 57
Binary 11010000 10001000 11111 0 100011 1010101 10010 100100 1001010 101111

Color Harmonies of #D0881F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0881F

Black with #D0881F

Text Example


Text Example

White with #D0881F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0881F; }

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

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

background-color css

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

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

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

border-color css

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

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

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