Html Css Color HEX #D8B684 Calico

📋 copy color: '#D8B684'

red 216 ◦ green 182 ◦ blue 132

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

Shades of Calico #D8B684

Tints of Calico #D8B684

RGB

 RED value IS 216 (84.77% from 255) = 40.75%

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

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

R = 40.75%
G = 34.34%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D8B684 (or 0xD8B684) is known color: Calico. HEX triplet: D8, B6 and 84. RGB value is (216,182,132). Sum of RGB (Red+Green+Blue) = 216+182+132=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 132 (51.95% from 255 or 24.91% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B684 is #27497B. Grayscale: #BABABA. Windows color (decimal): -2574716 or 8697560. OLE color: 8697560.

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

Color convert

RGB 216 182 132 -
CMYK 0 0.16 0.39 0.15
HSL 35.71º 0.52% 0.68% -
HSV(B) 35.71º 0.39% 0.85% -
XYZ 49.21 49.72 28.83 -
YUV 186.47 97.26 149.07 -
System Red Green Blue C M Y K H S L
Decimal 216 182 132 0 0.16 0.39 0.15 35.71 0.52 0.68
Hex D8 B6 84 0 10 27 F 24 34 44
Octal 330 266 204 0 20 47 17 44 64 104
Binary 11011000 10110110 10000100 0 10000 100111 1111 100100 110100 1000100

Color Harmonies of #D8B684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B684

Black with #D8B684

Text Example


Text Example

White with #D8B684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B684; }

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

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

background-color css

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

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

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

border-color css

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

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

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