Html Css Color HEX #D38A68 Copper

📋 copy color: '#D38A68'

red 211 ◦ green 138 ◦ blue 104

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

Shades of Copper #D38A68

Tints of Copper #D38A68

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.46%

 BLUE value IS 104 (41.02% from 255) = 22.96%

R = 46.58%
G = 30.46%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D38A68 (or 0xD38A68) is known color: Copper. HEX triplet: D3, 8A and 68. RGB value is (211,138,104). Sum of RGB (Red+Green+Blue) = 211+138+104=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38A68 is #2C7597. Grayscale: #9C9C9C. Windows color (decimal): -2913688 or 6851283. OLE color: 6851283.

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

Color convert

RGB 211 138 104 -
CMYK 0 0.35 0.51 0.17
HSL 19.07º 0.55% 0.62% -
HSV(B) 19.07º 0.51% 0.83% -
XYZ 38.45 33.03 17.44 -
YUV 155.95 98.68 167.26 -
System Red Green Blue C M Y K H S L
Decimal 211 138 104 0 0.35 0.51 0.17 19.07 0.55 0.62
Hex D3 8A 68 0 23 33 11 13 37 3E
Octal 323 212 150 0 43 63 21 23 67 76
Binary 11010011 10001010 1101000 0 100011 110011 10001 10011 110111 111110

Color Harmonies of #D38A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38A68

Black with #D38A68

Text Example


Text Example

White with #D38A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38A68; }

 p { color: rgb(211,138,104); }

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

background-color css

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

 a { background-color: rgb(211,138,104); }

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

border-color css

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

 span { border-color: rgb(211,138,104); }

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