Html Css Color HEX #D88B62 Copper

📋 copy color: '#D88B62'

red 216 ◦ green 139 ◦ blue 98

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

Shades of Copper #D88B62

Tints of Copper #D88B62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.63%

R = 47.68%
G = 30.68%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D88B62 (or 0xD88B62) is known color: Copper. HEX triplet: D8, 8B and 62. RGB value is (216,139,98). Sum of RGB (Red+Green+Blue) = 216+139+98=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D88B62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88B62 is #27749D. Grayscale: #9D9D9D. Windows color (decimal): -2585758 or 6458328. OLE color: 6458328.

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

Color convert

RGB 216 139 98 -
CMYK 0 0.36 0.55 0.15
HSL 20.85º 0.6% 0.62% -
HSV(B) 20.85º 0.55% 0.85% -
XYZ 39.76 33.95 16.01 -
YUV 157.35 94.51 169.83 -
System Red Green Blue C M Y K H S L
Decimal 216 139 98 0 0.36 0.55 0.15 20.85 0.6 0.62
Hex D8 8B 62 0 24 37 F 15 3C 3E
Octal 330 213 142 0 44 67 17 25 74 76
Binary 11011000 10001011 1100010 0 100100 110111 1111 10101 111100 111110

Color Harmonies of #D88B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88B62

Black with #D88B62

Text Example


Text Example

White with #D88B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88B62; }

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

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

background-color css

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

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

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

border-color css

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

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

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