Html Css Color HEX #DFC95F Golden Sand

📋 copy color: '#DFC95F'

red 223 ◦ green 201 ◦ blue 95

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

Shades of Golden Sand #DFC95F

Tints of Golden Sand #DFC95F

RGB

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

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

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

R = 42.97%
G = 38.73%
B = 18.3%

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

#DFC95F (or 0xDFC95F) is known color: Golden Sand. HEX triplet: DF, C9 and 5F. RGB value is (223,201,95). Sum of RGB (Red+Green+Blue) = 223+201+95=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 95 (37.5% from 255 or 18.30% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC95F is #2036A0. Grayscale: #C3C3C3. Windows color (decimal): -2111137 or 6277599. OLE color: 6277599.

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

Color convert

RGB 223 201 95 -
CMYK 0 0.10 0.57 0.13
HSL 49.69º 0.67% 0.62% -
HSV(B) 49.69º 0.57% 0.87% -
XYZ 53.38 58.29 19.26 -
YUV 195.49 71.29 147.62 -
System Red Green Blue C M Y K H S L
Decimal 223 201 95 0 0.10 0.57 0.13 49.69 0.67 0.62
Hex DF C9 5F 0 A 39 D 32 43 3E
Octal 337 311 137 0 12 71 15 62 103 76
Binary 11011111 11001001 1011111 0 1010 111001 1101 110010 1000011 111110

Color Harmonies of #DFC95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC95F

Black with #DFC95F

Text Example


Text Example

White with #DFC95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC95F; }

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

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

background-color css

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

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

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

border-color css

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

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

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