Html Css Color HEX #D0A577 Cameo

📋 copy color: '#D0A577'

red 208 ◦ green 165 ◦ blue 119

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

Shades of Cameo #D0A577

Tints of Cameo #D0A577

RGB

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

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

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

R = 42.28%
G = 33.54%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D0A577 (or 0xD0A577) is known color: Cameo. HEX triplet: D0, A5 and 77. RGB value is (208,165,119). Sum of RGB (Red+Green+Blue) = 208+165+119=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A577 is #2F5A88. Grayscale: #ACACAC. Windows color (decimal): -3103369 or 7841232. OLE color: 7841232.

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

Color convert

RGB 208 165 119 -
CMYK 0 0.21 0.43 0.18
HSL 31.01º 0.49% 0.64% -
HSV(B) 31.01º 0.43% 0.82% -
XYZ 42.8 41.65 23.24 -
YUV 172.61 97.75 153.24 -
System Red Green Blue C M Y K H S L
Decimal 208 165 119 0 0.21 0.43 0.18 31.01 0.49 0.64
Hex D0 A5 77 0 15 2B 12 1F 31 40
Octal 320 245 167 0 25 53 22 37 61 100
Binary 11010000 10100101 1110111 0 10101 101011 10010 11111 110001 1000000

Color Harmonies of #D0A577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A577

Black with #D0A577

Text Example


Text Example

White with #D0A577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A577; }

 p { color: rgb(208,165,119); }

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

background-color css

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

 a { background-color: rgb(208,165,119); }

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

border-color css

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

 span { border-color: rgb(208,165,119); }

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