Html Css Color HEX #D88B67 Copper

📋 copy color: '#D88B67'

red 216 ◦ green 139 ◦ blue 103

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

Shades of Copper #D88B67

Tints of Copper #D88B67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.49%

R = 47.16%
G = 30.35%
B = 22.49%

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

#D88B67 (or 0xD88B67) is known color: Copper. HEX triplet: D8, 8B and 67. RGB value is (216,139,103). Sum of RGB (Red+Green+Blue) = 216+139+103=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D88B67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88B67 is #277498. Grayscale: #9E9E9E. Windows color (decimal): -2585753 or 6786008. OLE color: 6786008.

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

Color convert

RGB 216 139 103 -
CMYK 0 0.36 0.52 0.15
HSL 19.12º 0.59% 0.63% -
HSV(B) 19.12º 0.52% 0.85% -
XYZ 40 34.04 17.29 -
YUV 157.92 97.01 169.43 -
System Red Green Blue C M Y K H S L
Decimal 216 139 103 0 0.36 0.52 0.15 19.12 0.59 0.63
Hex D8 8B 67 0 24 34 F 13 3B 3F
Octal 330 213 147 0 44 64 17 23 73 77
Binary 11011000 10001011 1100111 0 100100 110100 1111 10011 111011 111111

Color Harmonies of #D88B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88B67

Black with #D88B67

Text Example


Text Example

White with #D88B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88B67; }

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

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

background-color css

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

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

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

border-color css

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

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

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