Html Css Color HEX #D1A37A Cameo

📋 copy color: '#D1A37A'

red 209 ◦ green 163 ◦ blue 122

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

Shades of Cameo #D1A37A

Tints of Cameo #D1A37A

RGB

 RED value IS 209 (82.03% from 255) = 42.31%

 GREEN value IS 163 (64.06% from 255) = 33%

 BLUE value IS 122 (48.05% from 255) = 24.7%

R = 42.31%
G = 33%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D1A37A (or 0xD1A37A) is known color: Cameo. HEX triplet: D1, A3 and 7A. RGB value is (209,163,122). Sum of RGB (Red+Green+Blue) = 209+163+122=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A37A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A37A is #2E5C85. Grayscale: #ACACAC. Windows color (decimal): -3038342 or 8037329. OLE color: 8037329.

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

Color convert

RGB 209 163 122 -
CMYK 0 0.22 0.42 0.18
HSL 28.28º 0.49% 0.65% -
HSV(B) 28.28º 0.42% 0.82% -
XYZ 42.9 41.15 24.09 -
YUV 172.08 99.74 154.33 -
System Red Green Blue C M Y K H S L
Decimal 209 163 122 0 0.22 0.42 0.18 28.28 0.49 0.65
Hex D1 A3 7A 0 16 2A 12 1C 31 41
Octal 321 243 172 0 26 52 22 34 61 101
Binary 11010001 10100011 1111010 0 10110 101010 10010 11100 110001 1000001

Color Harmonies of #D1A37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A37A

Black with #D1A37A

Text Example


Text Example

White with #D1A37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A37A; }

 p { color: rgb(209,163,122); }

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

background-color css

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

 a { background-color: rgb(209,163,122); }

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

border-color css

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

 span { border-color: rgb(209,163,122); }

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