Html Css Color HEX #D4AE7F Calico

📋 copy color: '#D4AE7F'

red 212 ◦ green 174 ◦ blue 127

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

Shades of Calico #D4AE7F

Tints of Calico #D4AE7F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.92%

 BLUE value IS 127 (50% from 255) = 24.76%

R = 41.33%
G = 33.92%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D4AE7F (or 0xD4AE7F) is known color: Calico. HEX triplet: D4, AE and 7F. RGB value is (212,174,127). Sum of RGB (Red+Green+Blue) = 212+174+127=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AE7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AE7F is #2B5180. Grayscale: #B4B4B4. Windows color (decimal): -2838913 or 8367828. OLE color: 8367828.

HSL color Cylindrical-coordinate representation of color #D4AE7F: hue angle of 33.18º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4AE7F is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 174 127 -
CMYK 0 0.18 0.40 0.17
HSL 33.18º 0.5% 0.66% -
HSV(B) 33.18º 0.4% 0.83% -
XYZ 46.12 45.8 26.49 -
YUV 180 98.09 150.82 -
System Red Green Blue C M Y K H S L
Decimal 212 174 127 0 0.18 0.40 0.17 33.18 0.5 0.66
Hex D4 AE 7F 0 12 28 11 21 32 42
Octal 324 256 177 0 22 50 21 41 62 102
Binary 11010100 10101110 1111111 0 10010 101000 10001 100001 110010 1000010

Color Harmonies of #D4AE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AE7F

Black with #D4AE7F

Text Example


Text Example

White with #D4AE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AE7F; }

 p { color: rgb(212,174,127); }

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

background-color css

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

 a { background-color: rgb(212,174,127); }

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

border-color css

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

 span { border-color: rgb(212,174,127); }

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