Html Css Color HEX #D38966 Copper

📋 copy color: '#D38966'

red 211 ◦ green 137 ◦ blue 102

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

Shades of Copper #D38966

Tints of Copper #D38966

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.44%

 BLUE value IS 102 (40.23% from 255) = 22.67%

R = 46.89%
G = 30.44%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D38966 (or 0xD38966) is known color: Copper. HEX triplet: D3, 89 and 66. RGB value is (211,137,102). Sum of RGB (Red+Green+Blue) = 211+137+102=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 211 - color contains mainly: red. Hex color #D38966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38966 is #2C7699. Grayscale: #9B9B9B. Windows color (decimal): -2913946 or 6719955. OLE color: 6719955.

HSL color Cylindrical-coordinate representation of color #D38966: hue angle of 19.27º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D38966 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 137 102 -
CMYK 0 0.35 0.52 0.17
HSL 19.27º 0.55% 0.61% -
HSV(B) 19.27º 0.52% 0.83% -
XYZ 38.21 32.7 16.87 -
YUV 155.14 98.02 167.85 -
System Red Green Blue C M Y K H S L
Decimal 211 137 102 0 0.35 0.52 0.17 19.27 0.55 0.61
Hex D3 89 66 0 23 34 11 13 37 3D
Octal 323 211 146 0 43 64 21 23 67 75
Binary 11010011 10001001 1100110 0 100011 110100 10001 10011 110111 111101

Color Harmonies of #D38966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38966

Black with #D38966

Text Example


Text Example

White with #D38966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38966; }

 p { color: rgb(211,137,102); }

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

background-color css

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

 a { background-color: rgb(211,137,102); }

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

border-color css

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

 span { border-color: rgb(211,137,102); }

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