Html Css Color HEX #DACB63 Golden Sand

📋 copy color: '#DACB63'

red 218 ◦ green 203 ◦ blue 99

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

Shades of Golden Sand #DACB63

Tints of Golden Sand #DACB63

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.04%

 BLUE value IS 99 (39.06% from 255) = 19.04%

R = 41.92%
G = 39.04%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DACB63 (or 0xDACB63) is known color: Golden Sand. HEX triplet: DA, CB and 63. RGB value is (218,203,99). Sum of RGB (Red+Green+Blue) = 218+203+99=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 99 (39.06% from 255 or 19.04% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACB63 is #25349C. Grayscale: #C4C4C4. Windows color (decimal): -2438301 or 6540250. OLE color: 6540250.

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

Color convert

RGB 218 203 99 -
CMYK 0 0.07 0.55 0.15
HSL 52.44º 0.62% 0.62% -
HSV(B) 52.44º 0.55% 0.85% -
XYZ 52.52 58.52 20.33 -
YUV 195.63 73.47 143.96 -
System Red Green Blue C M Y K H S L
Decimal 218 203 99 0 0.07 0.55 0.15 52.44 0.62 0.62
Hex DA CB 63 0 7 37 F 34 3E 3E
Octal 332 313 143 0 7 67 17 64 76 76
Binary 11011010 11001011 1100011 0 111 110111 1111 110100 111110 111110

Color Harmonies of #DACB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACB63

Black with #DACB63

Text Example


Text Example

White with #DACB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACB63; }

 p { color: rgb(218,203,99); }

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

background-color css

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

 a { background-color: rgb(218,203,99); }

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

border-color css

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

 span { border-color: rgb(218,203,99); }

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