Html Css Color HEX #D4A88D Cameo

📋 copy color: '#D4A88D'

red 212 ◦ green 168 ◦ blue 141

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

Shades of Cameo #D4A88D

Tints of Cameo #D4A88D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.06%

R = 40.69%
G = 32.25%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4A88D (or 0xD4A88D) is known color: Cameo. HEX triplet: D4, A8 and 8D. RGB value is (212,168,141). Sum of RGB (Red+Green+Blue) = 212+168+141=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A88D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A88D is #2B5772. Grayscale: #B2B2B2. Windows color (decimal): -2840435 or 9283796. OLE color: 9283796.

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

Color convert

RGB 212 168 141 -
CMYK 0 0.21 0.33 0.17
HSL 22.82º 0.45% 0.69% -
HSV(B) 22.82º 0.33% 0.83% -
XYZ 45.96 43.93 31.26 -
YUV 178.08 107.08 152.2 -
System Red Green Blue C M Y K H S L
Decimal 212 168 141 0 0.21 0.33 0.17 22.82 0.45 0.69
Hex D4 A8 8D 0 15 21 11 17 2D 45
Octal 324 250 215 0 25 41 21 27 55 105
Binary 11010100 10101000 10001101 0 10101 100001 10001 10111 101101 1000101

Color Harmonies of #D4A88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A88D

Black with #D4A88D

Text Example


Text Example

White with #D4A88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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