Html Css Color HEX #D6AF7E Calico

📋 copy color: '#D6AF7E'

red 214 ◦ green 175 ◦ blue 126

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

Shades of Calico #D6AF7E

Tints of Calico #D6AF7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.47%

R = 41.55%
G = 33.98%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6AF7E (or 0xD6AF7E) is known color: Calico. HEX triplet: D6, AF and 7E. RGB value is (214,175,126). Sum of RGB (Red+Green+Blue) = 214+175+126=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AF7E is #295081. Grayscale: #B5B5B5. Windows color (decimal): -2707586 or 8302550. OLE color: 8302550.

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

Color convert

RGB 214 175 126 -
CMYK 0 0.18 0.41 0.16
HSL 33.41º 0.52% 0.67% -
HSV(B) 33.41º 0.41% 0.84% -
XYZ 46.83 46.46 26.24 -
YUV 181.08 96.92 151.48 -
System Red Green Blue C M Y K H S L
Decimal 214 175 126 0 0.18 0.41 0.16 33.41 0.52 0.67
Hex D6 AF 7E 0 12 29 10 21 34 43
Octal 326 257 176 0 22 51 20 41 64 103
Binary 11010110 10101111 1111110 0 10010 101001 10000 100001 110100 1000011

Color Harmonies of #D6AF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AF7E

Black with #D6AF7E

Text Example


Text Example

White with #D6AF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AF7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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