Html Css Color HEX #D28968 Copper

📋 copy color: '#D28968'

red 210 ◦ green 137 ◦ blue 104

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

Shades of Copper #D28968

Tints of Copper #D28968

RGB

 RED value IS 210 (82.42% from 255) = 46.56%

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

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

R = 46.56%
G = 30.38%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D28968 (or 0xD28968) is known color: Copper. HEX triplet: D2, 89 and 68. RGB value is (210,137,104). Sum of RGB (Red+Green+Blue) = 210+137+104=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D28968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28968 is #2D7697. Grayscale: #9B9B9B. Windows color (decimal): -2979480 or 6851026. OLE color: 6851026.

HSL color Cylindrical-coordinate representation of color #D28968: hue angle of 18.68º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D28968 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 137 104 -
CMYK 0 0.35 0.50 0.18
HSL 18.68º 0.54% 0.62% -
HSV(B) 18.68º 0.5% 0.82% -
XYZ 38.02 32.59 17.38 -
YUV 155.07 99.18 167.18 -
System Red Green Blue C M Y K H S L
Decimal 210 137 104 0 0.35 0.50 0.18 18.68 0.54 0.62
Hex D2 89 68 0 23 32 12 13 36 3E
Octal 322 211 150 0 43 62 22 23 66 76
Binary 11010010 10001001 1101000 0 100011 110010 10010 10011 110110 111110

Color Harmonies of #D28968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28968

Black with #D28968

Text Example


Text Example

White with #D28968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28968; }

 p { color: rgb(210,137,104); }

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

background-color css

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

 a { background-color: rgb(210,137,104); }

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

border-color css

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

 span { border-color: rgb(210,137,104); }

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