Html Css Color HEX #D9B47B Calico

📋 copy color: '#D9B47B'

red 217 ◦ green 180 ◦ blue 123

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

Shades of Calico #D9B47B

Tints of Calico #D9B47B

RGB

 RED value IS 217 (85.16% from 255) = 41.73%

 GREEN value IS 180 (70.7% from 255) = 34.62%

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

R = 41.73%
G = 34.62%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9B47B (or 0xD9B47B) is known color: Calico. HEX triplet: D9, B4 and 7B. RGB value is (217,180,123). Sum of RGB (Red+Green+Blue) = 217+180+123=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 123 (48.44% from 255 or 23.65% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B47B is #264B84. Grayscale: #B8B8B8. Windows color (decimal): -2509701 or 8107225. OLE color: 8107225.

HSL color Cylindrical-coordinate representation of color #D9B47B: hue angle of 36.38º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D9B47B is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 180 123 -
CMYK 0 0.17 0.43 0.15
HSL 36.38º 0.55% 0.67% -
HSV(B) 36.38º 0.43% 0.85% -
XYZ 48.51 48.82 25.61 -
YUV 184.57 93.26 151.13 -
System Red Green Blue C M Y K H S L
Decimal 217 180 123 0 0.17 0.43 0.15 36.38 0.55 0.67
Hex D9 B4 7B 0 11 2B F 24 37 43
Octal 331 264 173 0 21 53 17 44 67 103
Binary 11011001 10110100 1111011 0 10001 101011 1111 100100 110111 1000011

Color Harmonies of #D9B47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B47B

Black with #D9B47B

Text Example


Text Example

White with #D9B47B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B47B; }

 p { color: rgb(217,180,123); }

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

background-color css

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

 a { background-color: rgb(217,180,123); }

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

border-color css

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

 span { border-color: rgb(217,180,123); }

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