Html Css Color HEX #D0A380 Cameo

📋 copy color: '#D0A380'

red 208 ◦ green 163 ◦ blue 128

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

Shades of Cameo #D0A380

Tints of Cameo #D0A380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.65%

R = 41.68%
G = 32.67%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D0A380 (or 0xD0A380) is known color: Cameo. HEX triplet: D0, A3 and 80. RGB value is (208,163,128). Sum of RGB (Red+Green+Blue) = 208+163+128=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A380 is #2F5C7F. Grayscale: #ACACAC. Windows color (decimal): -3103872 or 8430544. OLE color: 8430544.

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

Color convert

RGB 208 163 128 -
CMYK 0 0.22 0.38 0.18
HSL 26.25º 0.46% 0.66% -
HSV(B) 26.25º 0.38% 0.82% -
XYZ 43.01 41.16 26.1 -
YUV 172.47 102.91 153.35 -
System Red Green Blue C M Y K H S L
Decimal 208 163 128 0 0.22 0.38 0.18 26.25 0.46 0.66
Hex D0 A3 80 0 16 26 12 1A 2E 42
Octal 320 243 200 0 26 46 22 32 56 102
Binary 11010000 10100011 10000000 0 10110 100110 10010 11010 101110 1000010

Color Harmonies of #D0A380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A380

Black with #D0A380

Text Example


Text Example

White with #D0A380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A380; }

 p { color: rgb(208,163,128); }

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

background-color css

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

 a { background-color: rgb(208,163,128); }

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

border-color css

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

 span { border-color: rgb(208,163,128); }

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