Html Css Color HEX #D4A489 Cameo

📋 copy color: '#D4A489'

red 212 ◦ green 164 ◦ blue 137

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

Shades of Cameo #D4A489

Tints of Cameo #D4A489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 26.71%

R = 41.33%
G = 31.97%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D4A489 (or 0xD4A489) is known color: Cameo. HEX triplet: D4, A4 and 89. RGB value is (212,164,137). Sum of RGB (Red+Green+Blue) = 212+164+137=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 137 (53.91% from 255 or 26.71% from 513); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A489 is #2B5B76. Grayscale: #AFAFAF. Windows color (decimal): -2841463 or 9020628. OLE color: 9020628.

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

Color convert

RGB 212 164 137 -
CMYK 0 0.23 0.35 0.17
HSL 21.6º 0.47% 0.68% -
HSV(B) 21.6º 0.35% 0.83% -
XYZ 44.94 42.35 29.47 -
YUV 175.27 106.4 154.2 -
System Red Green Blue C M Y K H S L
Decimal 212 164 137 0 0.23 0.35 0.17 21.6 0.47 0.68
Hex D4 A4 89 0 17 23 11 16 2F 44
Octal 324 244 211 0 27 43 21 26 57 104
Binary 11010100 10100100 10001001 0 10111 100011 10001 10110 101111 1000100

Color Harmonies of #D4A489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A489

Black with #D4A489

Text Example


Text Example

White with #D4A489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A489; }

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

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

background-color css

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

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

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

border-color css

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

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

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