Html Css Color HEX #DAB080 Calico

📋 copy color: '#DAB080'

red 218 ◦ green 176 ◦ blue 128

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

Shades of Calico #DAB080

Tints of Calico #DAB080

RGB

 RED value IS 218 (85.55% from 255) = 41.76%

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

 BLUE value IS 128 (50.39% from 255) = 24.52%

R = 41.76%
G = 33.72%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DAB080 (or 0xDAB080) is known color: Calico. HEX triplet: DA, B0 and 80. RGB value is (218,176,128). Sum of RGB (Red+Green+Blue) = 218+176+128=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB080 is #254F7F. Grayscale: #B7B7B7. Windows color (decimal): -2445184 or 8433882. OLE color: 8433882.

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

Color convert

RGB 218 176 128 -
CMYK 0 0.19 0.41 0.15
HSL 32º 0.55% 0.68% -
HSV(B) 32º 0.41% 0.85% -
XYZ 48.34 47.51 27.05 -
YUV 183.09 96.91 152.9 -
System Red Green Blue C M Y K H S L
Decimal 218 176 128 0 0.19 0.41 0.15 32 0.55 0.68
Hex DA B0 80 0 13 29 F 20 37 44
Octal 332 260 200 0 23 51 17 40 67 104
Binary 11011010 10110000 10000000 0 10011 101001 1111 100000 110111 1000100

Color Harmonies of #DAB080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB080

Black with #DAB080

Text Example


Text Example

White with #DAB080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB080; }

 p { color: rgb(218,176,128); }

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

background-color css

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

 a { background-color: rgb(218,176,128); }

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

border-color css

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

 span { border-color: rgb(218,176,128); }

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