Html Css Color HEX #D0881D Buttercup

📋 copy color: '#D0881D'

red 208 ◦ green 136 ◦ blue 29

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

Shades of Buttercup #D0881D

Tints of Buttercup #D0881D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.77%

R = 55.76%
G = 36.46%
B = 7.77%

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

#D0881D (or 0xD0881D) is known color: Buttercup. HEX triplet: D0, 88 and 1D. RGB value is (208,136,29). Sum of RGB (Red+Green+Blue) = 208+136+29=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D0881D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0881D is #2F77E2. Grayscale: #919191. Windows color (decimal): -3110883 or 1935568. OLE color: 1935568.

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

Color convert

RGB 208 136 29 -
CMYK 0 0.35 0.86 0.18
HSL 35.87º 0.76% 0.46% -
HSV(B) 35.87º 0.86% 0.82% -
XYZ 35.04 31.11 5.32 -
YUV 145.33 62.35 172.7 -
System Red Green Blue C M Y K H S L
Decimal 208 136 29 0 0.35 0.86 0.18 35.87 0.76 0.46
Hex D0 88 1D 0 23 56 12 24 4C 2E
Octal 320 210 35 0 43 126 22 44 114 56
Binary 11010000 10001000 11101 0 100011 1010110 10010 100100 1001100 101110

Color Harmonies of #D0881D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0881D

Black with #D0881D

Text Example


Text Example

White with #D0881D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0881D; }

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

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

background-color css

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

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

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

border-color css

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

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

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