Html Css Color HEX #D6B08B Calico

📋 copy color: '#D6B08B'

red 214 ◦ green 176 ◦ blue 139

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

Shades of Calico #D6B08B

Tints of Calico #D6B08B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.28%

R = 40.45%
G = 33.27%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6B08B (or 0xD6B08B) is known color: Calico. HEX triplet: D6, B0 and 8B. RGB value is (214,176,139). Sum of RGB (Red+Green+Blue) = 214+176+139=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 139 (54.69% from 255 or 26.28% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B08B is #294F74. Grayscale: #B7B7B7. Windows color (decimal): -2707317 or 9154774. OLE color: 9154774.

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

Color convert

RGB 214 176 139 -
CMYK 0 0.18 0.35 0.16
HSL 29.6º 0.48% 0.69% -
HSV(B) 29.6º 0.35% 0.84% -
XYZ 47.92 47.21 31.01 -
YUV 183.14 103.09 150.01 -
System Red Green Blue C M Y K H S L
Decimal 214 176 139 0 0.18 0.35 0.16 29.6 0.48 0.69
Hex D6 B0 8B 0 12 23 10 1E 30 45
Octal 326 260 213 0 22 43 20 36 60 105
Binary 11010110 10110000 10001011 0 10010 100011 10000 11110 110000 1000101

Color Harmonies of #D6B08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B08B

Black with #D6B08B

Text Example


Text Example

White with #D6B08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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