Html Css Color HEX #D9B277 Calico

📋 copy color: '#D9B277'

red 217 ◦ green 178 ◦ blue 119

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

Shades of Calico #D9B277

Tints of Calico #D9B277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.15%

R = 42.22%
G = 34.63%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D9B277 (or 0xD9B277) is known color: Calico. HEX triplet: D9, B2 and 77. RGB value is (217,178,119). Sum of RGB (Red+Green+Blue) = 217+178+119=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 119 (46.88% from 255 or 23.15% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B277 is #264D88. Grayscale: #B7B7B7. Windows color (decimal): -2510217 or 7844569. OLE color: 7844569.

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

Color convert

RGB 217 178 119 -
CMYK 0 0.18 0.45 0.15
HSL 36.12º 0.56% 0.66% -
HSV(B) 36.12º 0.45% 0.85% -
XYZ 47.87 47.92 24.18 -
YUV 182.94 91.92 152.3 -
System Red Green Blue C M Y K H S L
Decimal 217 178 119 0 0.18 0.45 0.15 36.12 0.56 0.66
Hex D9 B2 77 0 12 2D F 24 38 42
Octal 331 262 167 0 22 55 17 44 70 102
Binary 11011001 10110010 1110111 0 10010 101101 1111 100100 111000 1000010

Color Harmonies of #D9B277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B277

Black with #D9B277

Text Example


Text Example

White with #D9B277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B277; }

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

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

background-color css

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

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

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

border-color css

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

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

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