Html Css Color HEX #DAB283 Calico

📋 copy color: '#DAB283'

red 218 ◦ green 178 ◦ blue 131

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

Shades of Calico #DAB283

Tints of Calico #DAB283

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.78%

 BLUE value IS 131 (51.56% from 255) = 24.86%

R = 41.37%
G = 33.78%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DAB283 (or 0xDAB283) is known color: Calico. HEX triplet: DA, B2 and 83. RGB value is (218,178,131). Sum of RGB (Red+Green+Blue) = 218+178+131=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 131 (51.56% from 255 or 24.86% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB283 is #254D7C. Grayscale: #B8B8B8. Windows color (decimal): -2444669 or 8631002. OLE color: 8631002.

HSL color Cylindrical-coordinate representation of color #DAB283: hue angle of 32.41º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAB283 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 178 131 -
CMYK 0 0.18 0.40 0.15
HSL 32.41º 0.54% 0.68% -
HSV(B) 32.41º 0.4% 0.85% -
XYZ 48.93 48.38 28.23 -
YUV 184.6 97.75 151.82 -
System Red Green Blue C M Y K H S L
Decimal 218 178 131 0 0.18 0.40 0.15 32.41 0.54 0.68
Hex DA B2 83 0 12 28 F 20 36 44
Octal 332 262 203 0 22 50 17 40 66 104
Binary 11011010 10110010 10000011 0 10010 101000 1111 100000 110110 1000100

Color Harmonies of #DAB283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB283

Black with #DAB283

Text Example


Text Example

White with #DAB283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB283; }

 p { color: rgb(218,178,131); }

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

background-color css

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

 a { background-color: rgb(218,178,131); }

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

border-color css

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

 span { border-color: rgb(218,178,131); }

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