Html Css Color HEX #D0A175 Cameo

📋 copy color: '#D0A175'

red 208 ◦ green 161 ◦ blue 117

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

Shades of Cameo #D0A175

Tints of Cameo #D0A175

RGB

 RED value IS 208 (81.64% from 255) = 42.8%

 GREEN value IS 161 (63.28% from 255) = 33.13%

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

R = 42.8%
G = 33.13%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D0A175 (or 0xD0A175) is known color: Cameo. HEX triplet: D0, A1 and 75. RGB value is (208,161,117). Sum of RGB (Red+Green+Blue) = 208+161+117=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A175 is #2F5E8A. Grayscale: #AAAAAA. Windows color (decimal): -3104395 or 7709136. OLE color: 7709136.

HSL color Cylindrical-coordinate representation of color #D0A175: hue angle of 29.01º degrees, saturation: 0.49, 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 #D0A175 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 161 117 -
CMYK 0 0.23 0.44 0.18
HSL 29.01º 0.49% 0.64% -
HSV(B) 29.01º 0.44% 0.82% -
XYZ 41.97 40.18 22.37 -
YUV 170.04 98.07 155.08 -
System Red Green Blue C M Y K H S L
Decimal 208 161 117 0 0.23 0.44 0.18 29.01 0.49 0.64
Hex D0 A1 75 0 17 2C 12 1D 31 40
Octal 320 241 165 0 27 54 22 35 61 100
Binary 11010000 10100001 1110101 0 10111 101100 10010 11101 110001 1000000

Color Harmonies of #D0A175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A175

Black with #D0A175

Text Example


Text Example

White with #D0A175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A175; }

 p { color: rgb(208,161,117); }

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

background-color css

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

 a { background-color: rgb(208,161,117); }

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

border-color css

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

 span { border-color: rgb(208,161,117); }

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