Html Css Color HEX #DAB37B Calico

📋 copy color: '#DAB37B'

red 218 ◦ green 179 ◦ blue 123

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

Shades of Calico #DAB37B

Tints of Calico #DAB37B

RGB

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

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

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

R = 41.92%
G = 34.42%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DAB37B (or 0xDAB37B) is known color: Calico. HEX triplet: DA, B3 and 7B. RGB value is (218,179,123). Sum of RGB (Red+Green+Blue) = 218+179+123=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 123 (48.44% from 255 or 23.65% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB37B is #254C84. Grayscale: #B8B8B8. Windows color (decimal): -2444421 or 8106970. OLE color: 8106970.

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

Color convert

RGB 218 179 123 -
CMYK 0 0.18 0.44 0.15
HSL 35.37º 0.56% 0.67% -
HSV(B) 35.37º 0.44% 0.85% -
XYZ 48.61 48.58 25.55 -
YUV 184.28 93.42 152.05 -
System Red Green Blue C M Y K H S L
Decimal 218 179 123 0 0.18 0.44 0.15 35.37 0.56 0.67
Hex DA B3 7B 0 12 2C F 23 38 43
Octal 332 263 173 0 22 54 17 43 70 103
Binary 11011010 10110011 1111011 0 10010 101100 1111 100011 111000 1000011

Color Harmonies of #DAB37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB37B

Black with #DAB37B

Text Example


Text Example

White with #DAB37B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB37B; }

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

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

background-color css

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

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

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

border-color css

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

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

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