Html Css Color HEX #D38C69 Copper

📋 copy color: '#D38C69'

red 211 ◦ green 140 ◦ blue 105

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

Shades of Copper #D38C69

Tints of Copper #D38C69

RGB

 RED value IS 211 (82.81% from 255) = 46.27%

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

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

R = 46.27%
G = 30.7%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D38C69 (or 0xD38C69) is known color: Copper. HEX triplet: D3, 8C and 69. RGB value is (211,140,105). Sum of RGB (Red+Green+Blue) = 211+140+105=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 211 - color contains mainly: red. Hex color #D38C69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38C69 is #2C7396. Grayscale: #9D9D9D. Windows color (decimal): -2913175 or 6917331. OLE color: 6917331.

HSL color Cylindrical-coordinate representation of color #D38C69: hue angle of 19.81º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D38C69 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 140 105 -
CMYK 0 0.34 0.50 0.17
HSL 19.81º 0.55% 0.62% -
HSV(B) 19.81º 0.5% 0.83% -
XYZ 38.79 33.62 17.81 -
YUV 157.24 98.52 166.35 -
System Red Green Blue C M Y K H S L
Decimal 211 140 105 0 0.34 0.50 0.17 19.81 0.55 0.62
Hex D3 8C 69 0 22 32 11 14 37 3E
Octal 323 214 151 0 42 62 21 24 67 76
Binary 11010011 10001100 1101001 0 100010 110010 10001 10100 110111 111110

Color Harmonies of #D38C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38C69

Black with #D38C69

Text Example


Text Example

White with #D38C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38C69; }

 p { color: rgb(211,140,105); }

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

background-color css

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

 a { background-color: rgb(211,140,105); }

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

border-color css

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

 span { border-color: rgb(211,140,105); }

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