Html Css Color HEX #D2AD7D Calico

📋 copy color: '#D2AD7D'

red 210 ◦ green 173 ◦ blue 125

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

Shades of Calico #D2AD7D

Tints of Calico #D2AD7D

RGB

 RED value IS 210 (82.42% from 255) = 41.34%

 GREEN value IS 173 (67.97% from 255) = 34.06%

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

R = 41.34%
G = 34.06%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2AD7D (or 0xD2AD7D) is known color: Calico. HEX triplet: D2, AD and 7D. RGB value is (210,173,125). Sum of RGB (Red+Green+Blue) = 210+173+125=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AD7D is #2D5282. Grayscale: #B2B2B2. Windows color (decimal): -2970243 or 8236498. OLE color: 8236498.

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

Color convert

RGB 210 173 125 -
CMYK 0 0.18 0.40 0.18
HSL 33.88º 0.49% 0.66% -
HSV(B) 33.88º 0.4% 0.82% -
XYZ 45.22 45.07 25.72 -
YUV 178.59 97.76 150.4 -
System Red Green Blue C M Y K H S L
Decimal 210 173 125 0 0.18 0.40 0.18 33.88 0.49 0.66
Hex D2 AD 7D 0 12 28 12 22 31 42
Octal 322 255 175 0 22 50 22 42 61 102
Binary 11010010 10101101 1111101 0 10010 101000 10010 100010 110001 1000010

Color Harmonies of #D2AD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AD7D

Black with #D2AD7D

Text Example


Text Example

White with #D2AD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AD7D; }

 p { color: rgb(210,173,125); }

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

background-color css

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

 a { background-color: rgb(210,173,125); }

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

border-color css

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

 span { border-color: rgb(210,173,125); }

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