Html Css Color HEX #D88820 Buttercup

📋 copy color: '#D88820'

red 216 ◦ green 136 ◦ blue 32

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

Shades of Buttercup #D88820

Tints of Buttercup #D88820

RGB

 RED value IS 216 (84.77% from 255) = 56.25%

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

 BLUE value IS 32 (12.89% from 255) = 8.33%

R = 56.25%
G = 35.42%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D88820 (or 0xD88820) is known color: Buttercup. HEX triplet: D8, 88 and 20. RGB value is (216,136,32). Sum of RGB (Red+Green+Blue) = 216+136+32=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D88820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88820 is #2777DF. Grayscale: #949494. Windows color (decimal): -2586592 or 2132184. OLE color: 2132184.

HSL color Cylindrical-coordinate representation of color #D88820: hue angle of 33.91º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D88820 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 136 32 -
CMYK 0 0.37 0.85 0.15
HSL 33.91º 0.74% 0.49% -
HSV(B) 33.91º 0.85% 0.85% -
XYZ 37.38 32.31 5.63 -
YUV 148.06 62.5 176.46 -
System Red Green Blue C M Y K H S L
Decimal 216 136 32 0 0.37 0.85 0.15 33.91 0.74 0.49
Hex D8 88 20 0 25 55 F 22 4A 31
Octal 330 210 40 0 45 125 17 42 112 61
Binary 11011000 10001000 100000 0 100101 1010101 1111 100010 1001010 110001

Color Harmonies of #D88820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88820

Black with #D88820

Text Example


Text Example

White with #D88820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88820; }

 p { color: rgb(216,136,32); }

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

background-color css

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

 a { background-color: rgb(216,136,32); }

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

border-color css

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

 span { border-color: rgb(216,136,32); }

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