Html Css Color HEX #DFC95E Golden Sand

📋 copy color: '#DFC95E'

red 223 ◦ green 201 ◦ blue 94

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

Shades of Golden Sand #DFC95E

Tints of Golden Sand #DFC95E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.15%

R = 43.05%
G = 38.8%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DFC95E (or 0xDFC95E) is known color: Golden Sand. HEX triplet: DF, C9 and 5E. RGB value is (223,201,94). Sum of RGB (Red+Green+Blue) = 223+201+94=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 94 (37.11% from 255 or 18.15% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC95E is #2036A1. Grayscale: #C3C3C3. Windows color (decimal): -2111138 or 6212063. OLE color: 6212063.

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

Color convert

RGB 223 201 94 -
CMYK 0 0.10 0.58 0.13
HSL 49.77º 0.67% 0.62% -
HSV(B) 49.77º 0.58% 0.87% -
XYZ 53.34 58.27 19.03 -
YUV 195.38 70.79 147.7 -
System Red Green Blue C M Y K H S L
Decimal 223 201 94 0 0.10 0.58 0.13 49.77 0.67 0.62
Hex DF C9 5E 0 A 3A D 32 43 3E
Octal 337 311 136 0 12 72 15 62 103 76
Binary 11011111 11001001 1011110 0 1010 111010 1101 110010 1000011 111110

Color Harmonies of #DFC95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC95E

Black with #DFC95E

Text Example


Text Example

White with #DFC95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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