Html Css Color HEX #D9B281 Calico

📋 copy color: '#D9B281'

red 217 ◦ green 178 ◦ blue 129

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

Shades of Calico #D9B281

Tints of Calico #D9B281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.62%

R = 41.41%
G = 33.97%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D9B281 (or 0xD9B281) is known color: Calico. HEX triplet: D9, B2 and 81. RGB value is (217,178,129). Sum of RGB (Red+Green+Blue) = 217+178+129=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 129 (50.78% from 255 or 24.62% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B281 is #264D7E. Grayscale: #B8B8B8. Windows color (decimal): -2510207 or 8499929. OLE color: 8499929.

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

Color convert

RGB 217 178 129 -
CMYK 0 0.18 0.41 0.15
HSL 33.41º 0.54% 0.68% -
HSV(B) 33.41º 0.41% 0.85% -
XYZ 48.5 48.18 27.51 -
YUV 184.08 96.92 151.48 -
System Red Green Blue C M Y K H S L
Decimal 217 178 129 0 0.18 0.41 0.15 33.41 0.54 0.68
Hex D9 B2 81 0 12 29 F 21 36 44
Octal 331 262 201 0 22 51 17 41 66 104
Binary 11011001 10110010 10000001 0 10010 101001 1111 100001 110110 1000100

Color Harmonies of #D9B281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B281

Black with #D9B281

Text Example


Text Example

White with #D9B281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B281; }

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

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

background-color css

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

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

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

border-color css

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

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

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