Html Css Color HEX #D6B081 Calico

📋 copy color: '#D6B081'

red 214 ◦ green 176 ◦ blue 129

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

Shades of Calico #D6B081

Tints of Calico #D6B081

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.91%

 BLUE value IS 129 (50.78% from 255) = 24.86%

R = 41.23%
G = 33.91%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D6B081 (or 0xD6B081) is known color: Calico. HEX triplet: D6, B0 and 81. RGB value is (214,176,129). Sum of RGB (Red+Green+Blue) = 214+176+129=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 129 (50.78% from 255 or 24.86% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B081 is #294F7E. Grayscale: #B6B6B6. Windows color (decimal): -2707327 or 8499414. OLE color: 8499414.

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

Color convert

RGB 214 176 129 -
CMYK 0 0.18 0.40 0.16
HSL 33.18º 0.51% 0.67% -
HSV(B) 33.18º 0.4% 0.84% -
XYZ 47.22 46.93 27.34 -
YUV 182 98.09 150.82 -
System Red Green Blue C M Y K H S L
Decimal 214 176 129 0 0.18 0.40 0.16 33.18 0.51 0.67
Hex D6 B0 81 0 12 28 10 21 33 43
Octal 326 260 201 0 22 50 20 41 63 103
Binary 11010110 10110000 10000001 0 10010 101000 10000 100001 110011 1000011

Color Harmonies of #D6B081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B081

Black with #D6B081

Text Example


Text Example

White with #D6B081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B081; }

 p { color: rgb(214,176,129); }

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

background-color css

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

 a { background-color: rgb(214,176,129); }

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

border-color css

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

 span { border-color: rgb(214,176,129); }

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