Html Css Color HEX #DFC960 Golden Sand

📋 copy color: '#DFC960'

red 223 ◦ green 201 ◦ blue 96

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

Shades of Golden Sand #DFC960

Tints of Golden Sand #DFC960

RGB

 RED value IS 223 (87.5% from 255) = 42.88%

 GREEN value IS 201 (78.91% from 255) = 38.65%

 BLUE value IS 96 (37.89% from 255) = 18.46%

R = 42.88%
G = 38.65%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DFC960 (or 0xDFC960) is known color: Golden Sand. HEX triplet: DF, C9 and 60. RGB value is (223,201,96). Sum of RGB (Red+Green+Blue) = 223+201+96=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC960 is #20369F. Grayscale: #C4C4C4. Windows color (decimal): -2111136 or 6343135. OLE color: 6343135.

HSL color Cylindrical-coordinate representation of color #DFC960: hue angle of 49.61º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFC960 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 201 96 -
CMYK 0 0.10 0.57 0.13
HSL 49.61º 0.66% 0.63% -
HSV(B) 49.61º 0.57% 0.87% -
XYZ 53.43 58.31 19.5 -
YUV 195.61 71.79 147.54 -
System Red Green Blue C M Y K H S L
Decimal 223 201 96 0 0.10 0.57 0.13 49.61 0.66 0.63
Hex DF C9 60 0 A 39 D 32 42 3F
Octal 337 311 140 0 12 71 15 62 102 77
Binary 11011111 11001001 1100000 0 1010 111001 1101 110010 1000010 111111

Color Harmonies of #DFC960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC960

Black with #DFC960

Text Example


Text Example

White with #DFC960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC960; }

 p { color: rgb(223,201,96); }

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

background-color css

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

 a { background-color: rgb(223,201,96); }

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

border-color css

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

 span { border-color: rgb(223,201,96); }

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