Html Css Color HEX #D7B479 Calico

📋 copy color: '#D7B479'

red 215 ◦ green 180 ◦ blue 121

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

Shades of Calico #D7B479

Tints of Calico #D7B479

RGB

 RED value IS 215 (84.38% from 255) = 41.67%

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

 BLUE value IS 121 (47.66% from 255) = 23.45%

R = 41.67%
G = 34.88%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D7B479 (or 0xD7B479) is known color: Calico. HEX triplet: D7, B4 and 79. RGB value is (215,180,121). Sum of RGB (Red+Green+Blue) = 215+180+121=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 121 (47.66% from 255 or 23.45% from 516); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B479 is #284B86. Grayscale: #B8B8B8. Windows color (decimal): -2640775 or 7976151. OLE color: 7976151.

HSL color Cylindrical-coordinate representation of color #D7B479: hue angle of 37.66º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D7B479 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 180 121 -
CMYK 0 0.16 0.44 0.16
HSL 37.66º 0.54% 0.66% -
HSV(B) 37.66º 0.44% 0.84% -
XYZ 47.8 48.47 24.93 -
YUV 183.74 92.6 150.3 -
System Red Green Blue C M Y K H S L
Decimal 215 180 121 0 0.16 0.44 0.16 37.66 0.54 0.66
Hex D7 B4 79 0 10 2C 10 26 36 42
Octal 327 264 171 0 20 54 20 46 66 102
Binary 11010111 10110100 1111001 0 10000 101100 10000 100110 110110 1000010

Color Harmonies of #D7B479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B479

Black with #D7B479

Text Example


Text Example

White with #D7B479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B479; }

 p { color: rgb(215,180,121); }

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

background-color css

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

 a { background-color: rgb(215,180,121); }

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

border-color css

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

 span { border-color: rgb(215,180,121); }

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