Html Css Color HEX #D0881E Buttercup

📋 copy color: '#D0881E'

red 208 ◦ green 136 ◦ blue 30

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

Shades of Buttercup #D0881E

Tints of Buttercup #D0881E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.02%

R = 55.61%
G = 36.36%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0881E (or 0xD0881E) is known color: Buttercup. HEX triplet: D0, 88 and 1E. RGB value is (208,136,30). Sum of RGB (Red+Green+Blue) = 208+136+30=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D0881E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0881E is #2F77E1. Grayscale: #919191. Windows color (decimal): -3110882 or 2001104. OLE color: 2001104.

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

Color convert

RGB 208 136 30 -
CMYK 0 0.35 0.86 0.18
HSL 35.73º 0.75% 0.47% -
HSV(B) 35.73º 0.86% 0.82% -
XYZ 35.05 31.11 5.39 -
YUV 145.44 62.85 172.62 -
System Red Green Blue C M Y K H S L
Decimal 208 136 30 0 0.35 0.86 0.18 35.73 0.75 0.47
Hex D0 88 1E 0 23 56 12 24 4B 2F
Octal 320 210 36 0 43 126 22 44 113 57
Binary 11010000 10001000 11110 0 100011 1010110 10010 100100 1001011 101111

Color Harmonies of #D0881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0881E

Black with #D0881E

Text Example


Text Example

White with #D0881E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0881E; }

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

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

background-color css

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

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

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

border-color css

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

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

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