Html Css Color HEX #D4A68C Cameo

📋 copy color: '#D4A68C'

red 212 ◦ green 166 ◦ blue 140

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

Shades of Cameo #D4A68C

Tints of Cameo #D4A68C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.05%

 BLUE value IS 140 (55.08% from 255) = 27.03%

R = 40.93%
G = 32.05%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D4A68C (or 0xD4A68C) is known color: Cameo. HEX triplet: D4, A6 and 8C. RGB value is (212,166,140). Sum of RGB (Red+Green+Blue) = 212+166+140=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A68C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A68C is #2B5973. Grayscale: #B0B0B0. Windows color (decimal): -2840948 or 9217748. OLE color: 9217748.

HSL color Cylindrical-coordinate representation of color #D4A68C: hue angle of 21.67º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D4A68C is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 166 140 -
CMYK 0 0.22 0.34 0.17
HSL 21.67º 0.46% 0.69% -
HSV(B) 21.67º 0.34% 0.83% -
XYZ 45.52 43.16 30.74 -
YUV 176.79 107.24 153.11 -
System Red Green Blue C M Y K H S L
Decimal 212 166 140 0 0.22 0.34 0.17 21.67 0.46 0.69
Hex D4 A6 8C 0 16 22 11 16 2E 45
Octal 324 246 214 0 26 42 21 26 56 105
Binary 11010100 10100110 10001100 0 10110 100010 10001 10110 101110 1000101

Color Harmonies of #D4A68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A68C

Black with #D4A68C

Text Example


Text Example

White with #D4A68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A68C; }

 p { color: rgb(212,166,140); }

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

background-color css

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

 a { background-color: rgb(212,166,140); }

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

border-color css

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

 span { border-color: rgb(212,166,140); }

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