Html Css Color HEX #DAB380 Calico

📋 copy color: '#DAB380'

red 218 ◦ green 179 ◦ blue 128

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

Shades of Calico #DAB380

Tints of Calico #DAB380

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.1%

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

R = 41.52%
G = 34.1%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DAB380 (or 0xDAB380) is known color: Calico. HEX triplet: DA, B3 and 80. RGB value is (218,179,128). Sum of RGB (Red+Green+Blue) = 218+179+128=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB380 is #254C7F. Grayscale: #B9B9B9. Windows color (decimal): -2444416 or 8434650. OLE color: 8434650.

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

Color convert

RGB 218 179 128 -
CMYK 0 0.18 0.41 0.15
HSL 34º 0.55% 0.68% -
HSV(B) 34º 0.41% 0.85% -
XYZ 48.93 48.7 27.24 -
YUV 184.85 95.92 151.65 -
System Red Green Blue C M Y K H S L
Decimal 218 179 128 0 0.18 0.41 0.15 34 0.55 0.68
Hex DA B3 80 0 12 29 F 22 37 44
Octal 332 263 200 0 22 51 17 42 67 104
Binary 11011010 10110011 10000000 0 10010 101001 1111 100010 110111 1000100

Color Harmonies of #DAB380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB380

Black with #DAB380

Text Example


Text Example

White with #DAB380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB380; }

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

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

background-color css

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

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

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

border-color css

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

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

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