Html Css Color HEX #DAB47F Calico

📋 copy color: '#DAB47F'

red 218 ◦ green 180 ◦ blue 127

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

Shades of Calico #DAB47F

Tints of Calico #DAB47F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.29%

 BLUE value IS 127 (50% from 255) = 24.19%

R = 41.52%
G = 34.29%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DAB47F (or 0xDAB47F) is known color: Calico. HEX triplet: DA, B4 and 7F. RGB value is (218,180,127). Sum of RGB (Red+Green+Blue) = 218+180+127=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 127 (50% from 255 or 24.19% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB47F is #254B80. Grayscale: #B9B9B9. Windows color (decimal): -2444161 or 8369370. OLE color: 8369370.

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

Color convert

RGB 218 180 127 -
CMYK 0 0.17 0.42 0.15
HSL 34.95º 0.55% 0.68% -
HSV(B) 34.95º 0.42% 0.85% -
XYZ 49.07 49.08 26.97 -
YUV 185.32 95.09 151.31 -
System Red Green Blue C M Y K H S L
Decimal 218 180 127 0 0.17 0.42 0.15 34.95 0.55 0.68
Hex DA B4 7F 0 11 2A F 23 37 44
Octal 332 264 177 0 21 52 17 43 67 104
Binary 11011010 10110100 1111111 0 10001 101010 1111 100011 110111 1000100

Color Harmonies of #DAB47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB47F

Black with #DAB47F

Text Example


Text Example

White with #DAB47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB47F; }

 p { color: rgb(218,180,127); }

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

background-color css

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

 a { background-color: rgb(218,180,127); }

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

border-color css

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

 span { border-color: rgb(218,180,127); }

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