Html Css Color HEX #D2A584 Cameo

📋 copy color: '#D2A584'

red 210 ◦ green 165 ◦ blue 132

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

Shades of Cameo #D2A584

Tints of Cameo #D2A584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.04%

R = 41.42%
G = 32.54%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D2A584 (or 0xD2A584) is known color: Cameo. HEX triplet: D2, A5 and 84. RGB value is (210,165,132). Sum of RGB (Red+Green+Blue) = 210+165+132=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A584 is #2D5A7B. Grayscale: #AEAEAE. Windows color (decimal): -2972284 or 8693202. OLE color: 8693202.

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

Color convert

RGB 210 165 132 -
CMYK 0 0.21 0.37 0.18
HSL 25.38º 0.46% 0.67% -
HSV(B) 25.38º 0.37% 0.82% -
XYZ 44.2 42.28 27.66 -
YUV 174.69 103.91 153.18 -
System Red Green Blue C M Y K H S L
Decimal 210 165 132 0 0.21 0.37 0.18 25.38 0.46 0.67
Hex D2 A5 84 0 15 25 12 19 2E 43
Octal 322 245 204 0 25 45 22 31 56 103
Binary 11010010 10100101 10000100 0 10101 100101 10010 11001 101110 1000011

Color Harmonies of #D2A584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A584

Black with #D2A584

Text Example


Text Example

White with #D2A584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A584; }

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

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

background-color css

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

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

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

border-color css

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

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

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