Html Css Color HEX #DAB47B Calico

📋 copy color: '#DAB47B'

red 218 ◦ green 180 ◦ blue 123

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

Shades of Calico #DAB47B

Tints of Calico #DAB47B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.61%

R = 41.84%
G = 34.55%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DAB47B (or 0xDAB47B) is known color: Calico. HEX triplet: DA, B4 and 7B. RGB value is (218,180,123). Sum of RGB (Red+Green+Blue) = 218+180+123=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 123 (48.44% from 255 or 23.61% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB47B is #254B84. Grayscale: #B9B9B9. Windows color (decimal): -2444165 or 8107226. OLE color: 8107226.

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

Color convert

RGB 218 180 123 -
CMYK 0 0.17 0.44 0.15
HSL 36º 0.56% 0.67% -
HSV(B) 36º 0.44% 0.85% -
XYZ 48.81 48.98 25.62 -
YUV 184.86 93.09 151.63 -
System Red Green Blue C M Y K H S L
Decimal 218 180 123 0 0.17 0.44 0.15 36 0.56 0.67
Hex DA B4 7B 0 11 2C F 24 38 43
Octal 332 264 173 0 21 54 17 44 70 103
Binary 11011010 10110100 1111011 0 10001 101100 1111 100100 111000 1000011

Color Harmonies of #DAB47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB47B

Black with #DAB47B

Text Example


Text Example

White with #DAB47B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB47B; }

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

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

background-color css

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

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

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

border-color css

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

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

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