Html Css Color HEX #D88C21 Buttercup

📋 copy color: '#D88C21'

red 216 ◦ green 140 ◦ blue 33

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

Shades of Buttercup #D88C21

Tints of Buttercup #D88C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.48%

R = 55.53%
G = 35.99%
B = 8.48%

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

#D88C21 (or 0xD88C21) is known color: Buttercup. HEX triplet: D8, 8C and 21. RGB value is (216,140,33). Sum of RGB (Red+Green+Blue) = 216+140+33=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 33 (13.28% from 255 or 8.48% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88C21 is #2773DE. Grayscale: #979797. Windows color (decimal): -2585567 or 2198744. OLE color: 2198744.

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

Color convert

RGB 216 140 33 -
CMYK 0 0.35 0.85 0.15
HSL 35.08º 0.73% 0.49% -
HSV(B) 35.08º 0.85% 0.85% -
XYZ 37.97 33.46 5.9 -
YUV 150.53 61.68 174.7 -
System Red Green Blue C M Y K H S L
Decimal 216 140 33 0 0.35 0.85 0.15 35.08 0.73 0.49
Hex D8 8C 21 0 23 55 F 23 49 31
Octal 330 214 41 0 43 125 17 43 111 61
Binary 11011000 10001100 100001 0 100011 1010101 1111 100011 1001001 110001

Color Harmonies of #D88C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88C21

Black with #D88C21

Text Example


Text Example

White with #D88C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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