Html Css Color HEX #D4A389 Cameo

📋 copy color: '#D4A389'

red 212 ◦ green 163 ◦ blue 137

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

Shades of Cameo #D4A389

Tints of Cameo #D4A389

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.84%

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

R = 41.41%
G = 31.84%
B = 26.76%

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

#D4A389 (or 0xD4A389) is known color: Cameo. HEX triplet: D4, A3 and 89. RGB value is (212,163,137). Sum of RGB (Red+Green+Blue) = 212+163+137=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 163 (64.06% from 255 or 31.84% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A389 is #2B5C76. Grayscale: #AEAEAE. Windows color (decimal): -2841719 or 9020372. OLE color: 9020372.

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

Color convert

RGB 212 163 137 -
CMYK 0 0.23 0.35 0.17
HSL 20.8º 0.47% 0.68% -
HSV(B) 20.8º 0.35% 0.83% -
XYZ 44.76 42 29.41 -
YUV 174.69 106.73 154.61 -
System Red Green Blue C M Y K H S L
Decimal 212 163 137 0 0.23 0.35 0.17 20.8 0.47 0.68
Hex D4 A3 89 0 17 23 11 15 2F 44
Octal 324 243 211 0 27 43 21 25 57 104
Binary 11010100 10100011 10001001 0 10111 100011 10001 10101 101111 1000100

Color Harmonies of #D4A389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A389

Black with #D4A389

Text Example


Text Example

White with #D4A389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A389; }

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

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

background-color css

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

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

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

border-color css

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

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

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