Html Css Color HEX #DACB5F Golden Sand

📋 copy color: '#DACB5F'

red 218 ◦ green 203 ◦ blue 95

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

Shades of Golden Sand #DACB5F

Tints of Golden Sand #DACB5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.41%

R = 42.25%
G = 39.34%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DACB5F (or 0xDACB5F) is known color: Golden Sand. HEX triplet: DA, CB and 5F. RGB value is (218,203,95). Sum of RGB (Red+Green+Blue) = 218+203+95=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 95 (37.5% from 255 or 18.41% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACB5F is #2534A0. Grayscale: #C3C3C3. Windows color (decimal): -2438305 or 6278106. OLE color: 6278106.

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

Color convert

RGB 218 203 95 -
CMYK 0 0.07 0.56 0.15
HSL 52.68º 0.62% 0.61% -
HSV(B) 52.68º 0.56% 0.85% -
XYZ 52.33 58.44 19.35 -
YUV 195.17 71.47 144.28 -
System Red Green Blue C M Y K H S L
Decimal 218 203 95 0 0.07 0.56 0.15 52.68 0.62 0.61
Hex DA CB 5F 0 7 38 F 35 3E 3D
Octal 332 313 137 0 7 70 17 65 76 75
Binary 11011010 11001011 1011111 0 111 111000 1111 110101 111110 111101

Color Harmonies of #DACB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACB5F

Black with #DACB5F

Text Example


Text Example

White with #DACB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACB5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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