Html Css Color HEX #D2A575 Cameo

📋 copy color: '#D2A575'

red 210 ◦ green 165 ◦ blue 117

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

Shades of Cameo #D2A575

Tints of Cameo #D2A575

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.54%

 BLUE value IS 117 (46.09% from 255) = 23.78%

R = 42.68%
G = 33.54%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D2A575 (or 0xD2A575) is known color: Cameo. HEX triplet: D2, A5 and 75. RGB value is (210,165,117). Sum of RGB (Red+Green+Blue) = 210+165+117=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A575 is #2D5A8A. Grayscale: #ADADAD. Windows color (decimal): -2972299 or 7710162. OLE color: 7710162.

HSL color Cylindrical-coordinate representation of color #D2A575: hue angle of 30.97º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2A575 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 165 117 -
CMYK 0 0.21 0.44 0.18
HSL 30.97º 0.51% 0.64% -
HSV(B) 30.97º 0.44% 0.82% -
XYZ 43.24 41.9 22.64 -
YUV 172.98 96.41 154.4 -
System Red Green Blue C M Y K H S L
Decimal 210 165 117 0 0.21 0.44 0.18 30.97 0.51 0.64
Hex D2 A5 75 0 15 2C 12 1F 33 40
Octal 322 245 165 0 25 54 22 37 63 100
Binary 11010010 10100101 1110101 0 10101 101100 10010 11111 110011 1000000

Color Harmonies of #D2A575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A575

Black with #D2A575

Text Example


Text Example

White with #D2A575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A575; }

 p { color: rgb(210,165,117); }

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

background-color css

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

 a { background-color: rgb(210,165,117); }

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

border-color css

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

 span { border-color: rgb(210,165,117); }

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