Html Css Color HEX #D0A375 Cameo

📋 copy color: '#D0A375'

red 208 ◦ green 163 ◦ blue 117

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

Shades of Cameo #D0A375

Tints of Cameo #D0A375

RGB

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

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

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

R = 42.62%
G = 33.4%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D0A375 (or 0xD0A375) is known color: Cameo. HEX triplet: D0, A3 and 75. RGB value is (208,163,117). Sum of RGB (Red+Green+Blue) = 208+163+117=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A375 is #2F5C8A. Grayscale: #ABABAB. Windows color (decimal): -3103883 or 7709648. OLE color: 7709648.

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

Color convert

RGB 208 163 117 -
CMYK 0 0.22 0.44 0.18
HSL 30.33º 0.49% 0.64% -
HSV(B) 30.33º 0.44% 0.82% -
XYZ 42.32 40.89 22.49 -
YUV 171.21 97.41 154.24 -
System Red Green Blue C M Y K H S L
Decimal 208 163 117 0 0.22 0.44 0.18 30.33 0.49 0.64
Hex D0 A3 75 0 16 2C 12 1E 31 40
Octal 320 243 165 0 26 54 22 36 61 100
Binary 11010000 10100011 1110101 0 10110 101100 10010 11110 110001 1000000

Color Harmonies of #D0A375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A375

Black with #D0A375

Text Example


Text Example

White with #D0A375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A375; }

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

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

background-color css

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

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

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

border-color css

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

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

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