Html Css Color HEX #DFCE5F Golden Sand

📋 copy color: '#DFCE5F'

red 223 ◦ green 206 ◦ blue 95

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

Shades of Golden Sand #DFCE5F

Tints of Golden Sand #DFCE5F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.31%

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

R = 42.56%
G = 39.31%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DFCE5F (or 0xDFCE5F) is known color: Golden Sand. HEX triplet: DF, CE and 5F. RGB value is (223,206,95). Sum of RGB (Red+Green+Blue) = 223+206+95=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 95 (37.5% from 255 or 18.13% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCE5F is #2031A0. Grayscale: #C6C6C6. Windows color (decimal): -2109857 or 6278879. OLE color: 6278879.

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

Color convert

RGB 223 206 95 -
CMYK 0 0.08 0.57 0.13
HSL 52.03º 0.67% 0.62% -
HSV(B) 52.03º 0.57% 0.87% -
XYZ 54.57 60.66 19.66 -
YUV 198.43 69.63 145.53 -
System Red Green Blue C M Y K H S L
Decimal 223 206 95 0 0.08 0.57 0.13 52.03 0.67 0.62
Hex DF CE 5F 0 8 39 D 34 43 3E
Octal 337 316 137 0 10 71 15 64 103 76
Binary 11011111 11001110 1011111 0 1000 111001 1101 110100 1000011 111110

Color Harmonies of #DFCE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCE5F

Black with #DFCE5F

Text Example


Text Example

White with #DFCE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCE5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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