Html Css Color HEX #DFC95B Golden Sand

📋 copy color: '#DFC95B'

red 223 ◦ green 201 ◦ blue 91

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

Shades of Golden Sand #DFC95B

Tints of Golden Sand #DFC95B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.67%

R = 43.3%
G = 39.03%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DFC95B (or 0xDFC95B) is known color: Golden Sand. HEX triplet: DF, C9 and 5B. RGB value is (223,201,91). Sum of RGB (Red+Green+Blue) = 223+201+91=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 91 (35.94% from 255 or 17.67% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC95B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC95B is #2036A4. Grayscale: #C3C3C3. Windows color (decimal): -2111141 or 6015455. OLE color: 6015455.

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

Color convert

RGB 223 201 91 -
CMYK 0 0.10 0.59 0.13
HSL 50º 0.67% 0.62% -
HSV(B) 50º 0.59% 0.87% -
XYZ 53.21 58.22 18.33 -
YUV 195.04 69.29 147.94 -
System Red Green Blue C M Y K H S L
Decimal 223 201 91 0 0.10 0.59 0.13 50 0.67 0.62
Hex DF C9 5B 0 A 3B D 32 43 3E
Octal 337 311 133 0 12 73 15 62 103 76
Binary 11011111 11001001 1011011 0 1010 111011 1101 110010 1000011 111110

Color Harmonies of #DFC95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC95B

Black with #DFC95B

Text Example


Text Example

White with #DFC95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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