Html Css Color HEX #D88B68 Copper

📋 copy color: '#D88B68'

red 216 ◦ green 139 ◦ blue 104

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

Shades of Copper #D88B68

Tints of Copper #D88B68

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.28%

 BLUE value IS 104 (41.02% from 255) = 22.66%

R = 47.06%
G = 30.28%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D88B68 (or 0xD88B68) is known color: Copper. HEX triplet: D8, 8B and 68. RGB value is (216,139,104). Sum of RGB (Red+Green+Blue) = 216+139+104=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D88B68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88B68 is #277497. Grayscale: #9E9E9E. Windows color (decimal): -2585752 or 6851544. OLE color: 6851544.

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

Color convert

RGB 216 139 104 -
CMYK 0 0.36 0.52 0.15
HSL 18.75º 0.59% 0.63% -
HSV(B) 18.75º 0.52% 0.85% -
XYZ 40.05 34.06 17.56 -
YUV 158.03 97.51 169.35 -
System Red Green Blue C M Y K H S L
Decimal 216 139 104 0 0.36 0.52 0.15 18.75 0.59 0.63
Hex D8 8B 68 0 24 34 F 13 3B 3F
Octal 330 213 150 0 44 64 17 23 73 77
Binary 11011000 10001011 1101000 0 100100 110100 1111 10011 111011 111111

Color Harmonies of #D88B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88B68

Black with #D88B68

Text Example


Text Example

White with #D88B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88B68; }

 p { color: rgb(216,139,104); }

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

background-color css

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

 a { background-color: rgb(216,139,104); }

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

border-color css

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

 span { border-color: rgb(216,139,104); }

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