Html Css Color HEX #D0A788 Cameo

📋 copy color: '#D0A788'

red 208 ◦ green 167 ◦ blue 136

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

Shades of Cameo #D0A788

Tints of Cameo #D0A788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.61%

R = 40.7%
G = 32.68%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D0A788 (or 0xD0A788) is known color: Cameo. HEX triplet: D0, A7 and 88. RGB value is (208,167,136). Sum of RGB (Red+Green+Blue) = 208+167+136=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 167 (65.62% from 255 or 32.68% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A788 is #2F5877. Grayscale: #AFAFAF. Windows color (decimal): -3102840 or 8955856. OLE color: 8955856.

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

Color convert

RGB 208 167 136 -
CMYK 0 0.20 0.35 0.18
HSL 25.83º 0.43% 0.67% -
HSV(B) 25.83º 0.35% 0.82% -
XYZ 44.28 42.82 29.23 -
YUV 175.73 105.58 151.02 -
System Red Green Blue C M Y K H S L
Decimal 208 167 136 0 0.20 0.35 0.18 25.83 0.43 0.67
Hex D0 A7 88 0 14 23 12 1A 2B 43
Octal 320 247 210 0 24 43 22 32 53 103
Binary 11010000 10100111 10001000 0 10100 100011 10010 11010 101011 1000011

Color Harmonies of #D0A788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A788

Black with #D0A788

Text Example


Text Example

White with #D0A788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A788; }

 p { color: rgb(208,167,136); }

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

background-color css

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

 a { background-color: rgb(208,167,136); }

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

border-color css

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

 span { border-color: rgb(208,167,136); }

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