Html Css Color HEX #D08C6A Copper

📋 copy color: '#D08C6A'

red 208 ◦ green 140 ◦ blue 106

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

Shades of Copper #D08C6A

Tints of Copper #D08C6A

RGB

 RED value IS 208 (81.64% from 255) = 45.81%

 GREEN value IS 140 (55.08% from 255) = 30.84%

 BLUE value IS 106 (41.8% from 255) = 23.35%

R = 45.81%
G = 30.84%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D08C6A (or 0xD08C6A) is known color: Copper. HEX triplet: D0, 8C and 6A. RGB value is (208,140,106). Sum of RGB (Red+Green+Blue) = 208+140+106=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08C6A is #2F7395. Grayscale: #9C9C9C. Windows color (decimal): -3109782 or 6982864. OLE color: 6982864.

HSL color Cylindrical-coordinate representation of color #D08C6A: hue angle of 20º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D08C6A is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 140 106 -
CMYK 0 0.33 0.49 0.18
HSL 20º 0.52% 0.62% -
HSV(B) 20º 0.49% 0.82% -
XYZ 37.99 33.21 18.04 -
YUV 156.46 99.53 164.76 -
System Red Green Blue C M Y K H S L
Decimal 208 140 106 0 0.33 0.49 0.18 20 0.52 0.62
Hex D0 8C 6A 0 21 31 12 14 34 3E
Octal 320 214 152 0 41 61 22 24 64 76
Binary 11010000 10001100 1101010 0 100001 110001 10010 10100 110100 111110

Color Harmonies of #D08C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08C6A

Black with #D08C6A

Text Example


Text Example

White with #D08C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08C6A; }

 p { color: rgb(208,140,106); }

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

background-color css

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

 a { background-color: rgb(208,140,106); }

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

border-color css

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

 span { border-color: rgb(208,140,106); }

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