Html Css Color HEX #D88A5F Copper

📋 copy color: '#D88A5F'

red 216 ◦ green 138 ◦ blue 95

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

Shades of Copper #D88A5F

Tints of Copper #D88A5F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.73%

 BLUE value IS 95 (37.5% from 255) = 21.16%

R = 48.11%
G = 30.73%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D88A5F (or 0xD88A5F) is known color: Copper. HEX triplet: D8, 8A and 5F. RGB value is (216,138,95). Sum of RGB (Red+Green+Blue) = 216+138+95=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88A5F is #2775A0. Grayscale: #9C9C9C. Windows color (decimal): -2586017 or 6261464. OLE color: 6261464.

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

Color convert

RGB 216 138 95 -
CMYK 0 0.36 0.56 0.15
HSL 21.32º 0.61% 0.61% -
HSV(B) 21.32º 0.56% 0.85% -
XYZ 39.47 33.6 15.23 -
YUV 156.42 93.34 170.5 -
System Red Green Blue C M Y K H S L
Decimal 216 138 95 0 0.36 0.56 0.15 21.32 0.61 0.61
Hex D8 8A 5F 0 24 38 F 15 3D 3D
Octal 330 212 137 0 44 70 17 25 75 75
Binary 11011000 10001010 1011111 0 100100 111000 1111 10101 111101 111101

Color Harmonies of #D88A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88A5F

Black with #D88A5F

Text Example


Text Example

White with #D88A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88A5F; }

 p { color: rgb(216,138,95); }

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

background-color css

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

 a { background-color: rgb(216,138,95); }

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

border-color css

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

 span { border-color: rgb(216,138,95); }

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