Html Css Color HEX #DAB47D Calico

📋 copy color: '#DAB47D'

red 218 ◦ green 180 ◦ blue 125

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

Shades of Calico #DAB47D

Tints of Calico #DAB47D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.9%

R = 41.68%
G = 34.42%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DAB47D (or 0xDAB47D) is known color: Calico. HEX triplet: DA, B4 and 7D. RGB value is (218,180,125). Sum of RGB (Red+Green+Blue) = 218+180+125=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB47D is #254B82. Grayscale: #B9B9B9. Windows color (decimal): -2444163 or 8238298. OLE color: 8238298.

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

Color convert

RGB 218 180 125 -
CMYK 0 0.17 0.43 0.15
HSL 35.48º 0.56% 0.67% -
HSV(B) 35.48º 0.43% 0.85% -
XYZ 48.94 49.03 26.29 -
YUV 185.09 94.09 151.47 -
System Red Green Blue C M Y K H S L
Decimal 218 180 125 0 0.17 0.43 0.15 35.48 0.56 0.67
Hex DA B4 7D 0 11 2B F 23 38 43
Octal 332 264 175 0 21 53 17 43 70 103
Binary 11011010 10110100 1111101 0 10001 101011 1111 100011 111000 1000011

Color Harmonies of #DAB47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB47D

Black with #DAB47D

Text Example


Text Example

White with #DAB47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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