Html Css Color HEX #D88369 Copper

📋 copy color: '#D88369'

red 216 ◦ green 131 ◦ blue 105

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

Shades of Copper #D88369

Tints of Copper #D88369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.23%

R = 47.79%
G = 28.98%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D88369 (or 0xD88369) is known color: Copper. HEX triplet: D8, 83 and 69. RGB value is (216,131,105). Sum of RGB (Red+Green+Blue) = 216+131+105=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D88369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88369 is #277C96. Grayscale: #999999. Windows color (decimal): -2587799 or 6915032. OLE color: 6915032.

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

Color convert

RGB 216 131 105 -
CMYK 0 0.39 0.51 0.15
HSL 14.05º 0.59% 0.63% -
HSV(B) 14.05º 0.51% 0.85% -
XYZ 38.99 31.85 17.46 -
YUV 153.45 100.66 172.61 -
System Red Green Blue C M Y K H S L
Decimal 216 131 105 0 0.39 0.51 0.15 14.05 0.59 0.63
Hex D8 83 69 0 27 33 F E 3B 3F
Octal 330 203 151 0 47 63 17 16 73 77
Binary 11011000 10000011 1101001 0 100111 110011 1111 1110 111011 111111

Color Harmonies of #D88369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88369

Black with #D88369

Text Example


Text Example

White with #D88369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88369; }

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

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

background-color css

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

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

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

border-color css

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

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

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