Html Css Color HEX #D6B280 Calico

📋 copy color: '#D6B280'

red 214 ◦ green 178 ◦ blue 128

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

Shades of Calico #D6B280

Tints of Calico #D6B280

RGB

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

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

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

R = 41.15%
G = 34.23%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D6B280 (or 0xD6B280) is known color: Calico. HEX triplet: D6, B2 and 80. RGB value is (214,178,128). Sum of RGB (Red+Green+Blue) = 214+178+128=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B280 is #294D7F. Grayscale: #B7B7B7. Windows color (decimal): -2706816 or 8434390. OLE color: 8434390.

HSL color Cylindrical-coordinate representation of color #D6B280: hue angle of 34.88º 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 #D6B280 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 178 128 -
CMYK 0 0.17 0.40 0.16
HSL 34.88º 0.51% 0.67% -
HSV(B) 34.88º 0.4% 0.84% -
XYZ 47.55 47.7 27.12 -
YUV 183.06 96.93 150.07 -
System Red Green Blue C M Y K H S L
Decimal 214 178 128 0 0.17 0.40 0.16 34.88 0.51 0.67
Hex D6 B2 80 0 11 28 10 23 33 43
Octal 326 262 200 0 21 50 20 43 63 103
Binary 11010110 10110010 10000000 0 10001 101000 10000 100011 110011 1000011

Color Harmonies of #D6B280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B280

Black with #D6B280

Text Example


Text Example

White with #D6B280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B280; }

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

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

background-color css

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

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

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

border-color css

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

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

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