Html Css Color HEX #D6B089 Calico

📋 copy color: '#D6B089'

red 214 ◦ green 176 ◦ blue 137

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

Shades of Calico #D6B089

Tints of Calico #D6B089

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.4%

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

R = 40.61%
G = 33.4%
B = 26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6B089 (or 0xD6B089) is known color: Calico. HEX triplet: D6, B0 and 89. RGB value is (214,176,137). Sum of RGB (Red+Green+Blue) = 214+176+137=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 137 (53.91% from 255 or 26.00% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B089 is #294F76. Grayscale: #B7B7B7. Windows color (decimal): -2707319 or 9023702. OLE color: 9023702.

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

Color convert

RGB 214 176 137 -
CMYK 0 0.18 0.36 0.16
HSL 30.39º 0.48% 0.69% -
HSV(B) 30.39º 0.36% 0.84% -
XYZ 47.77 47.15 30.25 -
YUV 182.92 102.09 150.17 -
System Red Green Blue C M Y K H S L
Decimal 214 176 137 0 0.18 0.36 0.16 30.39 0.48 0.69
Hex D6 B0 89 0 12 24 10 1E 30 45
Octal 326 260 211 0 22 44 20 36 60 105
Binary 11010110 10110000 10001001 0 10010 100100 10000 11110 110000 1000101

Color Harmonies of #D6B089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B089

Black with #D6B089

Text Example


Text Example

White with #D6B089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B089; }

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

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

background-color css

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

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

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

border-color css

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

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

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