Html Css Color HEX #D6B088 Calico

📋 copy color: '#D6B088'

red 214 ◦ green 176 ◦ blue 136

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

Shades of Calico #D6B088

Tints of Calico #D6B088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.86%

R = 40.68%
G = 33.46%
B = 25.86%

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

#D6B088 (or 0xD6B088) is known color: Calico. HEX triplet: D6, B0 and 88. RGB value is (214,176,136). Sum of RGB (Red+Green+Blue) = 214+176+136=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 136 (53.52% from 255 or 25.86% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B088 is #294F77. Grayscale: #B7B7B7. Windows color (decimal): -2707320 or 8958166. OLE color: 8958166.

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

Color convert

RGB 214 176 136 -
CMYK 0 0.18 0.36 0.16
HSL 30.77º 0.49% 0.69% -
HSV(B) 30.77º 0.36% 0.84% -
XYZ 47.7 47.12 29.87 -
YUV 182.8 101.59 150.25 -
System Red Green Blue C M Y K H S L
Decimal 214 176 136 0 0.18 0.36 0.16 30.77 0.49 0.69
Hex D6 B0 88 0 12 24 10 1F 31 45
Octal 326 260 210 0 22 44 20 37 61 105
Binary 11010110 10110000 10001000 0 10010 100100 10000 11111 110001 1000101

Color Harmonies of #D6B088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B088

Black with #D6B088

Text Example


Text Example

White with #D6B088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B088; }

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

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

background-color css

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

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

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

border-color css

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

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

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