Html Css Color HEX #D2A777 Cameo

📋 copy color: '#D2A777'

red 210 ◦ green 167 ◦ blue 119

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

Shades of Cameo #D2A777

Tints of Cameo #D2A777

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.67%

 BLUE value IS 119 (46.88% from 255) = 23.99%

R = 42.34%
G = 33.67%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D2A777 (or 0xD2A777) is known color: Cameo. HEX triplet: D2, A7 and 77. RGB value is (210,167,119). Sum of RGB (Red+Green+Blue) = 210+167+119=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A777 is #2D5888. Grayscale: #AEAEAE. Windows color (decimal): -2971785 or 7841746. OLE color: 7841746.

HSL color Cylindrical-coordinate representation of color #D2A777: hue angle of 31.65º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D2A777 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 167 119 -
CMYK 0 0.20 0.43 0.18
HSL 31.65º 0.5% 0.65% -
HSV(B) 31.65º 0.43% 0.82% -
XYZ 43.73 42.67 23.38 -
YUV 174.39 96.75 153.4 -
System Red Green Blue C M Y K H S L
Decimal 210 167 119 0 0.20 0.43 0.18 31.65 0.5 0.65
Hex D2 A7 77 0 14 2B 12 20 32 41
Octal 322 247 167 0 24 53 22 40 62 101
Binary 11010010 10100111 1110111 0 10100 101011 10010 100000 110010 1000001

Color Harmonies of #D2A777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A777

Black with #D2A777

Text Example


Text Example

White with #D2A777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A777; }

 p { color: rgb(210,167,119); }

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

background-color css

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

 a { background-color: rgb(210,167,119); }

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

border-color css

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

 span { border-color: rgb(210,167,119); }

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