Html Css Color HEX #D88C20 Buttercup

📋 copy color: '#D88C20'

red 216 ◦ green 140 ◦ blue 32

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

Shades of Buttercup #D88C20

Tints of Buttercup #D88C20

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.08%

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

R = 55.67%
G = 36.08%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D88C20 (or 0xD88C20) is known color: Buttercup. HEX triplet: D8, 8C and 20. RGB value is (216,140,32). Sum of RGB (Red+Green+Blue) = 216+140+32=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 32 (12.89% from 255 or 8.25% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88C20 is #2773DF. Grayscale: #969696. Windows color (decimal): -2585568 or 2133208. OLE color: 2133208.

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

Color convert

RGB 216 140 32 -
CMYK 0 0.35 0.85 0.15
HSL 35.22º 0.74% 0.49% -
HSV(B) 35.22º 0.85% 0.85% -
XYZ 37.96 33.46 5.82 -
YUV 150.41 61.18 174.78 -
System Red Green Blue C M Y K H S L
Decimal 216 140 32 0 0.35 0.85 0.15 35.22 0.74 0.49
Hex D8 8C 20 0 23 55 F 23 4A 31
Octal 330 214 40 0 43 125 17 43 112 61
Binary 11011000 10001100 100000 0 100011 1010101 1111 100011 1001010 110001

Color Harmonies of #D88C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88C20

Black with #D88C20

Text Example


Text Example

White with #D88C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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