Html Css Color HEX #D8B279 Calico

📋 copy color: '#D8B279'

red 216 ◦ green 178 ◦ blue 121

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

Shades of Calico #D8B279

Tints of Calico #D8B279

RGB

 RED value IS 216 (84.77% from 255) = 41.94%

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

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

R = 41.94%
G = 34.56%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D8B279 (or 0xD8B279) is known color: Calico. HEX triplet: D8, B2 and 79. RGB value is (216,178,121). Sum of RGB (Red+Green+Blue) = 216+178+121=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 121 (47.66% from 255 or 23.50% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B279 is #274D86. Grayscale: #B7B7B7. Windows color (decimal): -2575751 or 7975640. OLE color: 7975640.

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

Color convert

RGB 216 178 121 -
CMYK 0 0.18 0.44 0.15
HSL 36º 0.55% 0.66% -
HSV(B) 36º 0.44% 0.85% -
XYZ 47.69 47.82 24.81 -
YUV 182.86 93.09 151.63 -
System Red Green Blue C M Y K H S L
Decimal 216 178 121 0 0.18 0.44 0.15 36 0.55 0.66
Hex D8 B2 79 0 12 2C F 24 37 42
Octal 330 262 171 0 22 54 17 44 67 102
Binary 11011000 10110010 1111001 0 10010 101100 1111 100100 110111 1000010

Color Harmonies of #D8B279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B279

Black with #D8B279

Text Example


Text Example

White with #D8B279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B279; }

 p { color: rgb(216,178,121); }

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

background-color css

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

 a { background-color: rgb(216,178,121); }

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

border-color css

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

 span { border-color: rgb(216,178,121); }

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