Html Css Color HEX #DFCE64 Golden Sand

📋 copy color: '#DFCE64'

red 223 ◦ green 206 ◦ blue 100

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

Shades of Golden Sand #DFCE64

Tints of Golden Sand #DFCE64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.9%

R = 42.16%
G = 38.94%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DFCE64 (or 0xDFCE64) is known color: Golden Sand. HEX triplet: DF, CE and 64. RGB value is (223,206,100). Sum of RGB (Red+Green+Blue) = 223+206+100=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCE64 is #20319B. Grayscale: #C7C7C7. Windows color (decimal): -2109852 or 6606559. OLE color: 6606559.

HSL color Cylindrical-coordinate representation of color #DFCE64: hue angle of 51.71º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFCE64 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 206 100 -
CMYK 0 0.08 0.55 0.13
HSL 51.71º 0.66% 0.63% -
HSV(B) 51.71º 0.55% 0.87% -
XYZ 54.8 60.75 20.89 -
YUV 199 72.13 145.12 -
System Red Green Blue C M Y K H S L
Decimal 223 206 100 0 0.08 0.55 0.13 51.71 0.66 0.63
Hex DF CE 64 0 8 37 D 34 42 3F
Octal 337 316 144 0 10 67 15 64 102 77
Binary 11011111 11001110 1100100 0 1000 110111 1101 110100 1000010 111111

Color Harmonies of #DFCE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCE64

Black with #DFCE64

Text Example


Text Example

White with #DFCE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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