Html Css Color HEX #D4A88C Cameo

📋 copy color: '#D4A88C'

red 212 ◦ green 168 ◦ blue 140

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

Shades of Cameo #D4A88C

Tints of Cameo #D4A88C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.31%

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

R = 40.77%
G = 32.31%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D4A88C (or 0xD4A88C) is known color: Cameo. HEX triplet: D4, A8 and 8C. RGB value is (212,168,140). Sum of RGB (Red+Green+Blue) = 212+168+140=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A88C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A88C is #2B5773. Grayscale: #B2B2B2. Windows color (decimal): -2840436 or 9218260. OLE color: 9218260.

HSL color Cylindrical-coordinate representation of color #D4A88C: hue angle of 23.33º 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 #D4A88C is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 168 140 -
CMYK 0 0.21 0.34 0.17
HSL 23.33º 0.46% 0.69% -
HSV(B) 23.33º 0.34% 0.83% -
XYZ 45.89 43.9 30.87 -
YUV 177.96 106.58 152.28 -
System Red Green Blue C M Y K H S L
Decimal 212 168 140 0 0.21 0.34 0.17 23.33 0.46 0.69
Hex D4 A8 8C 0 15 22 11 17 2E 45
Octal 324 250 214 0 25 42 21 27 56 105
Binary 11010100 10101000 10001100 0 10101 100010 10001 10111 101110 1000101

Color Harmonies of #D4A88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A88C

Black with #D4A88C

Text Example


Text Example

White with #D4A88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A88C; }

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

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

background-color css

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

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

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

border-color css

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

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

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