Html Css Color HEX #D9B283 Calico

📋 copy color: '#D9B283'

red 217 ◦ green 178 ◦ blue 131

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

Shades of Calico #D9B283

Tints of Calico #D9B283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.9%

R = 41.25%
G = 33.84%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D9B283 (or 0xD9B283) is known color: Calico. HEX triplet: D9, B2 and 83. RGB value is (217,178,131). Sum of RGB (Red+Green+Blue) = 217+178+131=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 131 (51.56% from 255 or 24.90% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B283 is #264D7C. Grayscale: #B8B8B8. Windows color (decimal): -2510205 or 8631001. OLE color: 8631001.

HSL color Cylindrical-coordinate representation of color #D9B283: hue angle of 32.79º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9B283 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 178 131 -
CMYK 0 0.18 0.40 0.15
HSL 32.79º 0.53% 0.68% -
HSV(B) 32.79º 0.4% 0.85% -
XYZ 48.63 48.23 28.22 -
YUV 184.3 97.92 151.32 -
System Red Green Blue C M Y K H S L
Decimal 217 178 131 0 0.18 0.40 0.15 32.79 0.53 0.68
Hex D9 B2 83 0 12 28 F 21 35 44
Octal 331 262 203 0 22 50 17 41 65 104
Binary 11011001 10110010 10000011 0 10010 101000 1111 100001 110101 1000100

Color Harmonies of #D9B283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B283

Black with #D9B283

Text Example


Text Example

White with #D9B283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B283; }

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

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

background-color css

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

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

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

border-color css

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

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

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