Html Css Color HEX #D6B27B Calico

📋 copy color: '#D6B27B'

red 214 ◦ green 178 ◦ blue 123

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

Shades of Calico #D6B27B

Tints of Calico #D6B27B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.88%

R = 41.55%
G = 34.56%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6B27B (or 0xD6B27B) is known color: Calico. HEX triplet: D6, B2 and 7B. RGB value is (214,178,123). Sum of RGB (Red+Green+Blue) = 214+178+123=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 123 (48.44% from 255 or 23.88% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B27B is #294D84. Grayscale: #B6B6B6. Windows color (decimal): -2706821 or 8106710. OLE color: 8106710.

HSL color Cylindrical-coordinate representation of color #D6B27B: hue angle of 36.26º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6B27B is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 178 123 -
CMYK 0 0.17 0.43 0.16
HSL 36.26º 0.53% 0.66% -
HSV(B) 36.26º 0.43% 0.84% -
XYZ 47.23 47.57 25.43 -
YUV 182.49 94.43 150.47 -
System Red Green Blue C M Y K H S L
Decimal 214 178 123 0 0.17 0.43 0.16 36.26 0.53 0.66
Hex D6 B2 7B 0 11 2B 10 24 35 42
Octal 326 262 173 0 21 53 20 44 65 102
Binary 11010110 10110010 1111011 0 10001 101011 10000 100100 110101 1000010

Color Harmonies of #D6B27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B27B

Black with #D6B27B

Text Example


Text Example

White with #D6B27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B27B; }

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

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

background-color css

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

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

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

border-color css

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

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

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