Html Css Color HEX #D6B380 Calico

📋 copy color: '#D6B380'

red 214 ◦ green 179 ◦ blue 128

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

Shades of Calico #D6B380

Tints of Calico #D6B380

RGB

 RED value IS 214 (83.98% from 255) = 41.07%

 GREEN value IS 179 (70.31% from 255) = 34.36%

 BLUE value IS 128 (50.39% from 255) = 24.57%

R = 41.07%
G = 34.36%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D6B380 (or 0xD6B380) is known color: Calico. HEX triplet: D6, B3 and 80. RGB value is (214,179,128). Sum of RGB (Red+Green+Blue) = 214+179+128=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B380 is #294C7F. Grayscale: #B7B7B7. Windows color (decimal): -2706560 or 8434646. OLE color: 8434646.

HSL color Cylindrical-coordinate representation of color #D6B380: hue angle of 35.58º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6B380 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 179 128 -
CMYK 0 0.16 0.40 0.16
HSL 35.58º 0.51% 0.67% -
HSV(B) 35.58º 0.4% 0.84% -
XYZ 47.75 48.09 27.19 -
YUV 183.65 96.6 149.65 -
System Red Green Blue C M Y K H S L
Decimal 214 179 128 0 0.16 0.40 0.16 35.58 0.51 0.67
Hex D6 B3 80 0 10 28 10 24 33 43
Octal 326 263 200 0 20 50 20 44 63 103
Binary 11010110 10110011 10000000 0 10000 101000 10000 100100 110011 1000011

Color Harmonies of #D6B380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B380

Black with #D6B380

Text Example


Text Example

White with #D6B380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B380; }

 p { color: rgb(214,179,128); }

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

background-color css

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

 a { background-color: rgb(214,179,128); }

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

border-color css

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

 span { border-color: rgb(214,179,128); }

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