Html Css Color HEX #D9B27B Calico

📋 copy color: '#D9B27B'

red 217 ◦ green 178 ◦ blue 123

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

Shades of Calico #D9B27B

Tints of Calico #D9B27B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.36%

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

R = 41.89%
G = 34.36%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9B27B (or 0xD9B27B) is known color: Calico. HEX triplet: D9, B2 and 7B. RGB value is (217,178,123). Sum of RGB (Red+Green+Blue) = 217+178+123=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 123 (48.44% from 255 or 23.75% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B27B is #264D84. Grayscale: #B7B7B7. Windows color (decimal): -2510213 or 8106713. OLE color: 8106713.

HSL color Cylindrical-coordinate representation of color #D9B27B: hue angle of 35.11º 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 #D9B27B is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 178 123 -
CMYK 0 0.18 0.43 0.15
HSL 35.11º 0.55% 0.67% -
HSV(B) 35.11º 0.43% 0.85% -
XYZ 48.11 48.02 25.47 -
YUV 183.39 93.92 151.97 -
System Red Green Blue C M Y K H S L
Decimal 217 178 123 0 0.18 0.43 0.15 35.11 0.55 0.67
Hex D9 B2 7B 0 12 2B F 23 37 43
Octal 331 262 173 0 22 53 17 43 67 103
Binary 11011001 10110010 1111011 0 10010 101011 1111 100011 110111 1000011

Color Harmonies of #D9B27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B27B

Black with #D9B27B

Text Example


Text Example

White with #D9B27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B27B; }

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

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

background-color css

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

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

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

border-color css

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

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

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