Html Css Color HEX #DFC961 Golden Sand

📋 copy color: '#DFC961'

red 223 ◦ green 201 ◦ blue 97

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

Shades of Golden Sand #DFC961

Tints of Golden Sand #DFC961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.62%

R = 42.8%
G = 38.58%
B = 18.62%

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

#DFC961 (or 0xDFC961) is known color: Golden Sand. HEX triplet: DF, C9 and 61. RGB value is (223,201,97). Sum of RGB (Red+Green+Blue) = 223+201+97=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 97 (38.28% from 255 or 18.62% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC961 is #20369E. Grayscale: #C4C4C4. Windows color (decimal): -2111135 or 6408671. OLE color: 6408671.

HSL color Cylindrical-coordinate representation of color #DFC961: hue angle of 49.52º 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 #DFC961 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 201 97 -
CMYK 0 0.10 0.57 0.13
HSL 49.52º 0.66% 0.63% -
HSV(B) 49.52º 0.57% 0.87% -
XYZ 53.48 58.32 19.75 -
YUV 195.72 72.29 147.46 -
System Red Green Blue C M Y K H S L
Decimal 223 201 97 0 0.10 0.57 0.13 49.52 0.66 0.63
Hex DF C9 61 0 A 39 D 32 42 3F
Octal 337 311 141 0 12 71 15 62 102 77
Binary 11011111 11001001 1100001 0 1010 111001 1101 110010 1000010 111111

Color Harmonies of #DFC961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC961

Black with #DFC961

Text Example


Text Example

White with #DFC961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC961; }

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

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

background-color css

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

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

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

border-color css

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

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

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