Html Css Color HEX #D4A475 Cameo

📋 copy color: '#D4A475'

red 212 ◦ green 164 ◦ blue 117

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

Shades of Cameo #D4A475

Tints of Cameo #D4A475

RGB

 RED value IS 212 (83.2% from 255) = 43%

 GREEN value IS 164 (64.45% from 255) = 33.27%

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

R = 43%
G = 33.27%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D4A475 (or 0xD4A475) is known color: Cameo. HEX triplet: D4, A4 and 75. RGB value is (212,164,117). Sum of RGB (Red+Green+Blue) = 212+164+117=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 164 (64.45% from 255 or 33.27% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A475 is #2B5B8A. Grayscale: #ADADAD. Windows color (decimal): -2841483 or 7709908. OLE color: 7709908.

HSL color Cylindrical-coordinate representation of color #D4A475: hue angle of 29.68º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4A475 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 164 117 -
CMYK 0 0.23 0.45 0.17
HSL 29.68º 0.52% 0.65% -
HSV(B) 29.68º 0.45% 0.83% -
XYZ 43.64 41.83 22.6 -
YUV 172.99 96.4 155.82 -
System Red Green Blue C M Y K H S L
Decimal 212 164 117 0 0.23 0.45 0.17 29.68 0.52 0.65
Hex D4 A4 75 0 17 2D 11 1E 34 41
Octal 324 244 165 0 27 55 21 36 64 101
Binary 11010100 10100100 1110101 0 10111 101101 10001 11110 110100 1000001

Color Harmonies of #D4A475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A475

Black with #D4A475

Text Example


Text Example

White with #D4A475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A475; }

 p { color: rgb(212,164,117); }

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

background-color css

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

 a { background-color: rgb(212,164,117); }

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

border-color css

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

 span { border-color: rgb(212,164,117); }

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