Html Css Color HEX #D2B17B Calico

📋 copy color: '#D2B17B'

red 210 ◦ green 177 ◦ blue 123

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

Shades of Calico #D2B17B

Tints of Calico #D2B17B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.71%

 BLUE value IS 123 (48.44% from 255) = 24.12%

R = 41.18%
G = 34.71%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2B17B (or 0xD2B17B) is known color: Calico. HEX triplet: D2, B1 and 7B. RGB value is (210,177,123). Sum of RGB (Red+Green+Blue) = 210+177+123=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 123 (48.44% from 255 or 24.12% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B17B is #2D4E84. Grayscale: #B4B4B4. Windows color (decimal): -2969221 or 8106450. OLE color: 8106450.

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

Color convert

RGB 210 177 123 -
CMYK 0 0.16 0.41 0.18
HSL 37.24º 0.49% 0.65% -
HSV(B) 37.24º 0.41% 0.82% -
XYZ 45.88 46.58 25.31 -
YUV 180.71 95.43 148.89 -
System Red Green Blue C M Y K H S L
Decimal 210 177 123 0 0.16 0.41 0.18 37.24 0.49 0.65
Hex D2 B1 7B 0 10 29 12 25 31 41
Octal 322 261 173 0 20 51 22 45 61 101
Binary 11010010 10110001 1111011 0 10000 101001 10010 100101 110001 1000001

Color Harmonies of #D2B17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B17B

Black with #D2B17B

Text Example


Text Example

White with #D2B17B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B17B; }

 p { color: rgb(210,177,123); }

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

background-color css

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

 a { background-color: rgb(210,177,123); }

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

border-color css

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

 span { border-color: rgb(210,177,123); }

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