Html Css Color HEX #D88C2C Buttercup

📋 copy color: '#D88C2C'

red 216 ◦ green 140 ◦ blue 44

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

Shades of Buttercup #D88C2C

Tints of Buttercup #D88C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11%

R = 54%
G = 35%
B = 11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D88C2C (or 0xD88C2C) is known color: Buttercup. HEX triplet: D8, 8C and 2C. RGB value is (216,140,44). Sum of RGB (Red+Green+Blue) = 216+140+44=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 44 (17.58% from 255 or 11% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88C2C is #2773D3. Grayscale: #989898. Windows color (decimal): -2585556 or 2919640. OLE color: 2919640.

HSL color Cylindrical-coordinate representation of color #D88C2C: hue angle of 33.49º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D88C2C is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 140 44 -
CMYK 0 0.35 0.80 0.15
HSL 33.49º 0.69% 0.51% -
HSV(B) 33.49º 0.8% 0.85% -
XYZ 38.15 33.54 6.85 -
YUV 151.78 67.18 173.81 -
System Red Green Blue C M Y K H S L
Decimal 216 140 44 0 0.35 0.80 0.15 33.49 0.69 0.51
Hex D8 8C 2C 0 23 50 F 21 45 33
Octal 330 214 54 0 43 120 17 41 105 63
Binary 11011000 10001100 101100 0 100011 1010000 1111 100001 1000101 110011

Color Harmonies of #D88C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88C2C

Black with #D88C2C

Text Example


Text Example

White with #D88C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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