Html Css Color HEX #D6AF8C Calico

📋 copy color: '#D6AF8C'

red 214 ◦ green 175 ◦ blue 140

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

Shades of Calico #D6AF8C

Tints of Calico #D6AF8C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.08%

 BLUE value IS 140 (55.08% from 255) = 26.47%

R = 40.45%
G = 33.08%
B = 26.47%

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

#D6AF8C (or 0xD6AF8C) is known color: Calico. HEX triplet: D6, AF and 8C. RGB value is (214,175,140). Sum of RGB (Red+Green+Blue) = 214+175+140=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AF8C is #295073. Grayscale: #B6B6B6. Windows color (decimal): -2707572 or 9220054. OLE color: 9220054.

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

Color convert

RGB 214 175 140 -
CMYK 0 0.18 0.35 0.16
HSL 28.38º 0.47% 0.69% -
HSV(B) 28.38º 0.35% 0.84% -
XYZ 47.8 46.85 31.33 -
YUV 182.67 103.92 150.35 -
System Red Green Blue C M Y K H S L
Decimal 214 175 140 0 0.18 0.35 0.16 28.38 0.47 0.69
Hex D6 AF 8C 0 12 23 10 1C 2F 45
Octal 326 257 214 0 22 43 20 34 57 105
Binary 11010110 10101111 10001100 0 10010 100011 10000 11100 101111 1000101

Color Harmonies of #D6AF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AF8C

Black with #D6AF8C

Text Example


Text Example

White with #D6AF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AF8C; }

 p { color: rgb(214,175,140); }

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

background-color css

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

 a { background-color: rgb(214,175,140); }

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

border-color css

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

 span { border-color: rgb(214,175,140); }

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