Html Css Color HEX #D4A58A Cameo

📋 copy color: '#D4A58A'

red 212 ◦ green 165 ◦ blue 138

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

Shades of Cameo #D4A58A

Tints of Cameo #D4A58A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.04%

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

R = 41.17%
G = 32.04%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D4A58A (or 0xD4A58A) is known color: Cameo. HEX triplet: D4, A5 and 8A. RGB value is (212,165,138). Sum of RGB (Red+Green+Blue) = 212+165+138=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A58A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A58A is #2B5A75. Grayscale: #B0B0B0. Windows color (decimal): -2841206 or 9086420. OLE color: 9086420.

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

Color convert

RGB 212 165 138 -
CMYK 0 0.22 0.35 0.17
HSL 21.89º 0.46% 0.69% -
HSV(B) 21.89º 0.35% 0.83% -
XYZ 45.19 42.74 29.91 -
YUV 175.98 106.57 153.7 -
System Red Green Blue C M Y K H S L
Decimal 212 165 138 0 0.22 0.35 0.17 21.89 0.46 0.69
Hex D4 A5 8A 0 16 23 11 16 2E 45
Octal 324 245 212 0 26 43 21 26 56 105
Binary 11010100 10100101 10001010 0 10110 100011 10001 10110 101110 1000101

Color Harmonies of #D4A58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A58A

Black with #D4A58A

Text Example


Text Example

White with #D4A58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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