Html Css Color HEX #D88367 Copper

📋 copy color: '#D88367'

red 216 ◦ green 131 ◦ blue 103

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

Shades of Copper #D88367

Tints of Copper #D88367

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.11%

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

R = 48%
G = 29.11%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D88367 (or 0xD88367) is known color: Copper. HEX triplet: D8, 83 and 67. RGB value is (216,131,103). Sum of RGB (Red+Green+Blue) = 216+131+103=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 103 (40.62% from 255 or 22.89% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D88367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88367 is #277C98. Grayscale: #999999. Windows color (decimal): -2587801 or 6783960. OLE color: 6783960.

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

Color convert

RGB 216 131 103 -
CMYK 0 0.39 0.52 0.15
HSL 14.87º 0.59% 0.63% -
HSV(B) 14.87º 0.52% 0.85% -
XYZ 38.88 31.81 16.92 -
YUV 153.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 216 131 103 0 0.39 0.52 0.15 14.87 0.59 0.63
Hex D8 83 67 0 27 34 F F 3B 3F
Octal 330 203 147 0 47 64 17 17 73 77
Binary 11011000 10000011 1100111 0 100111 110100 1111 1111 111011 111111

Color Harmonies of #D88367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88367

Black with #D88367

Text Example


Text Example

White with #D88367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88367; }

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

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

background-color css

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

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

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

border-color css

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

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

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