Html Css Color HEX #D4A273 Cameo

📋 copy color: '#D4A273'

red 212 ◦ green 162 ◦ blue 115

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

Shades of Cameo #D4A273

Tints of Cameo #D4A273

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.13%

 BLUE value IS 115 (45.31% from 255) = 23.52%

R = 43.35%
G = 33.13%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D4A273 (or 0xD4A273) is known color: Cameo. HEX triplet: D4, A2 and 73. RGB value is (212,162,115). Sum of RGB (Red+Green+Blue) = 212+162+115=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A273 is #2B5D8C. Grayscale: #ABABAB. Windows color (decimal): -2841997 or 7578324. OLE color: 7578324.

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

Color convert

RGB 212 162 115 -
CMYK 0 0.24 0.46 0.17
HSL 29.07º 0.53% 0.64% -
HSV(B) 29.07º 0.46% 0.83% -
XYZ 43.17 41.08 21.87 -
YUV 171.59 96.07 156.82 -
System Red Green Blue C M Y K H S L
Decimal 212 162 115 0 0.24 0.46 0.17 29.07 0.53 0.64
Hex D4 A2 73 0 18 2E 11 1D 35 40
Octal 324 242 163 0 30 56 21 35 65 100
Binary 11010100 10100010 1110011 0 11000 101110 10001 11101 110101 1000000

Color Harmonies of #D4A273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A273

Black with #D4A273

Text Example


Text Example

White with #D4A273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A273; }

 p { color: rgb(212,162,115); }

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

background-color css

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

 a { background-color: rgb(212,162,115); }

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

border-color css

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

 span { border-color: rgb(212,162,115); }

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