Html Css Color HEX #D4A88A Cameo

📋 copy color: '#D4A88A'

red 212 ◦ green 168 ◦ blue 138

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

Shades of Cameo #D4A88A

Tints of Cameo #D4A88A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.64%

R = 40.93%
G = 32.43%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D4A88A (or 0xD4A88A) is known color: Cameo. HEX triplet: D4, A8 and 8A. RGB value is (212,168,138). Sum of RGB (Red+Green+Blue) = 212+168+138=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A88A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A88A is #2B5775. Grayscale: #B1B1B1. Windows color (decimal): -2840438 or 9087188. OLE color: 9087188.

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

Color convert

RGB 212 168 138 -
CMYK 0 0.21 0.35 0.17
HSL 24.32º 0.46% 0.69% -
HSV(B) 24.32º 0.35% 0.83% -
XYZ 45.74 43.84 30.1 -
YUV 177.74 105.58 152.44 -
System Red Green Blue C M Y K H S L
Decimal 212 168 138 0 0.21 0.35 0.17 24.32 0.46 0.69
Hex D4 A8 8A 0 15 23 11 18 2E 45
Octal 324 250 212 0 25 43 21 30 56 105
Binary 11010100 10101000 10001010 0 10101 100011 10001 11000 101110 1000101

Color Harmonies of #D4A88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A88A

Black with #D4A88A

Text Example


Text Example

White with #D4A88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A88A; }

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

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

background-color css

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

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

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

border-color css

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

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

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