Html Css Color HEX #D6B389 Calico

📋 copy color: '#D6B389'

red 214 ◦ green 179 ◦ blue 137

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

Shades of Calico #D6B389

Tints of Calico #D6B389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 25.85%

R = 40.38%
G = 33.77%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6B389 (or 0xD6B389) is known color: Calico. HEX triplet: D6, B3 and 89. RGB value is (214,179,137). Sum of RGB (Red+Green+Blue) = 214+179+137=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 137 (53.91% from 255 or 25.85% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B389 is #294C76. Grayscale: #B8B8B8. Windows color (decimal): -2706551 or 9024470. OLE color: 9024470.

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

Color convert

RGB 214 179 137 -
CMYK 0 0.16 0.36 0.16
HSL 32.73º 0.48% 0.69% -
HSV(B) 32.73º 0.36% 0.84% -
XYZ 48.37 48.34 30.45 -
YUV 184.68 101.1 148.92 -
System Red Green Blue C M Y K H S L
Decimal 214 179 137 0 0.16 0.36 0.16 32.73 0.48 0.69
Hex D6 B3 89 0 10 24 10 21 30 45
Octal 326 263 211 0 20 44 20 41 60 105
Binary 11010110 10110011 10001001 0 10000 100100 10000 100001 110000 1000101

Color Harmonies of #D6B389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B389

Black with #D6B389

Text Example


Text Example

White with #D6B389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B389; }

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

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

background-color css

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

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

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

border-color css

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

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

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