Html Css Color HEX #D4AE7D Calico

📋 copy color: '#D4AE7D'

red 212 ◦ green 174 ◦ blue 125

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

Shades of Calico #D4AE7D

Tints of Calico #D4AE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.46%

R = 41.49%
G = 34.05%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D4AE7D (or 0xD4AE7D) is known color: Calico. HEX triplet: D4, AE and 7D. RGB value is (212,174,125). Sum of RGB (Red+Green+Blue) = 212+174+125=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AE7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AE7D is #2B5182. Grayscale: #B4B4B4. Windows color (decimal): -2838915 or 8236756. OLE color: 8236756.

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

Color convert

RGB 212 174 125 -
CMYK 0 0.18 0.41 0.17
HSL 33.79º 0.5% 0.66% -
HSV(B) 33.79º 0.41% 0.83% -
XYZ 45.99 45.75 25.81 -
YUV 179.78 97.09 150.98 -
System Red Green Blue C M Y K H S L
Decimal 212 174 125 0 0.18 0.41 0.17 33.79 0.5 0.66
Hex D4 AE 7D 0 12 29 11 22 32 42
Octal 324 256 175 0 22 51 21 42 62 102
Binary 11010100 10101110 1111101 0 10010 101001 10001 100010 110010 1000010

Color Harmonies of #D4AE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AE7D

Black with #D4AE7D

Text Example


Text Example

White with #D4AE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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