Html Css Color HEX #D88F67 Copper

📋 copy color: '#D88F67'

red 216 ◦ green 143 ◦ blue 103

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

Shades of Copper #D88F67

Tints of Copper #D88F67

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.95%

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

R = 46.75%
G = 30.95%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D88F67 (or 0xD88F67) is known color: Copper. HEX triplet: D8, 8F and 67. RGB value is (216,143,103). Sum of RGB (Red+Green+Blue) = 216+143+103=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88F67 is #277098. Grayscale: #A0A0A0. Windows color (decimal): -2584729 or 6787032. OLE color: 6787032.

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

Color convert

RGB 216 143 103 -
CMYK 0 0.34 0.52 0.15
HSL 21.24º 0.59% 0.63% -
HSV(B) 21.24º 0.52% 0.85% -
XYZ 40.59 35.22 17.49 -
YUV 160.27 95.68 167.75 -
System Red Green Blue C M Y K H S L
Decimal 216 143 103 0 0.34 0.52 0.15 21.24 0.59 0.63
Hex D8 8F 67 0 22 34 F 15 3B 3F
Octal 330 217 147 0 42 64 17 25 73 77
Binary 11011000 10001111 1100111 0 100010 110100 1111 10101 111011 111111

Color Harmonies of #D88F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88F67

Black with #D88F67

Text Example


Text Example

White with #D88F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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