Html Css Color HEX #DAB580 Calico

📋 copy color: '#DAB580'

red 218 ◦ green 181 ◦ blue 128

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

Shades of Calico #DAB580

Tints of Calico #DAB580

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.35%

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

R = 41.37%
G = 34.35%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DAB580 (or 0xDAB580) is known color: Calico. HEX triplet: DA, B5 and 80. RGB value is (218,181,128). Sum of RGB (Red+Green+Blue) = 218+181+128=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 181 (71.09% from 255 or 34.35% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB580 is #254A7F. Grayscale: #BABABA. Windows color (decimal): -2443904 or 8435162. OLE color: 8435162.

HSL color Cylindrical-coordinate representation of color #DAB580: hue angle of 35.33º 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 #DAB580 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 181 128 -
CMYK 0 0.17 0.41 0.15
HSL 35.33º 0.55% 0.68% -
HSV(B) 35.33º 0.41% 0.85% -
XYZ 49.33 49.51 27.38 -
YUV 186.02 95.26 150.81 -
System Red Green Blue C M Y K H S L
Decimal 218 181 128 0 0.17 0.41 0.15 35.33 0.55 0.68
Hex DA B5 80 0 11 29 F 23 37 44
Octal 332 265 200 0 21 51 17 43 67 104
Binary 11011010 10110101 10000000 0 10001 101001 1111 100011 110111 1000100

Color Harmonies of #DAB580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB580

Black with #DAB580

Text Example


Text Example

White with #DAB580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB580; }

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

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

background-color css

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

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

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

border-color css

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

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

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