Html Css Color HEX #DFCD64 Golden Sand

📋 copy color: '#DFCD64'

red 223 ◦ green 205 ◦ blue 100

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

Shades of Golden Sand #DFCD64

Tints of Golden Sand #DFCD64

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.83%

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

R = 42.23%
G = 38.83%
B = 18.94%

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

#DFCD64 (or 0xDFCD64) is known color: Golden Sand. HEX triplet: DF, CD and 64. RGB value is (223,205,100). Sum of RGB (Red+Green+Blue) = 223+205+100=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 100 (39.45% from 255 or 18.94% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCD64 is #20329B. Grayscale: #C6C6C6. Windows color (decimal): -2110108 or 6606303. OLE color: 6606303.

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

Color convert

RGB 223 205 100 -
CMYK 0 0.08 0.55 0.13
HSL 51.22º 0.66% 0.63% -
HSV(B) 51.22º 0.55% 0.87% -
XYZ 54.56 60.27 20.81 -
YUV 198.41 72.46 145.54 -
System Red Green Blue C M Y K H S L
Decimal 223 205 100 0 0.08 0.55 0.13 51.22 0.66 0.63
Hex DF CD 64 0 8 37 D 33 42 3F
Octal 337 315 144 0 10 67 15 63 102 77
Binary 11011111 11001101 1100100 0 1000 110111 1101 110011 1000010 111111

Color Harmonies of #DFCD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCD64

Black with #DFCD64

Text Example


Text Example

White with #DFCD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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