Html Css Color HEX #D7B684 Calico

📋 copy color: '#D7B684'

red 215 ◦ green 182 ◦ blue 132

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

Shades of Calico #D7B684

Tints of Calico #D7B684

RGB

 RED value IS 215 (84.38% from 255) = 40.64%

 GREEN value IS 182 (71.48% from 255) = 34.4%

 BLUE value IS 132 (51.95% from 255) = 24.95%

R = 40.64%
G = 34.4%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D7B684 (or 0xD7B684) is known color: Calico. HEX triplet: D7, B6 and 84. RGB value is (215,182,132). Sum of RGB (Red+Green+Blue) = 215+182+132=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 132 (51.95% from 255 or 24.95% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B684 is #28497B. Grayscale: #BABABA. Windows color (decimal): -2640252 or 8697559. OLE color: 8697559.

HSL color Cylindrical-coordinate representation of color #D7B684: hue angle of 36.14º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D7B684 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 182 132 -
CMYK 0 0.15 0.39 0.16
HSL 36.14º 0.51% 0.68% -
HSV(B) 36.14º 0.39% 0.84% -
XYZ 48.92 49.57 28.82 -
YUV 186.17 97.43 148.57 -
System Red Green Blue C M Y K H S L
Decimal 215 182 132 0 0.15 0.39 0.16 36.14 0.51 0.68
Hex D7 B6 84 0 F 27 10 24 33 44
Octal 327 266 204 0 17 47 20 44 63 104
Binary 11010111 10110110 10000100 0 1111 100111 10000 100100 110011 1000100

Color Harmonies of #D7B684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B684

Black with #D7B684

Text Example


Text Example

White with #D7B684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B684; }

 p { color: rgb(215,182,132); }

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

background-color css

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

 a { background-color: rgb(215,182,132); }

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

border-color css

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

 span { border-color: rgb(215,182,132); }

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