Html Css Color HEX #DFCD60 Golden Sand

📋 copy color: '#DFCD60'

red 223 ◦ green 205 ◦ blue 96

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

Shades of Golden Sand #DFCD60

Tints of Golden Sand #DFCD60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.32%

R = 42.56%
G = 39.12%
B = 18.32%

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

#DFCD60 (or 0xDFCD60) is known color: Golden Sand. HEX triplet: DF, CD and 60. RGB value is (223,205,96). Sum of RGB (Red+Green+Blue) = 223+205+96=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCD60 is #20329F. Grayscale: #C6C6C6. Windows color (decimal): -2110112 or 6344159. OLE color: 6344159.

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

Color convert

RGB 223 205 96 -
CMYK 0 0.08 0.57 0.13
HSL 51.5º 0.66% 0.63% -
HSV(B) 51.5º 0.57% 0.87% -
XYZ 54.37 60.2 19.82 -
YUV 197.96 70.46 145.86 -
System Red Green Blue C M Y K H S L
Decimal 223 205 96 0 0.08 0.57 0.13 51.5 0.66 0.63
Hex DF CD 60 0 8 39 D 33 42 3F
Octal 337 315 140 0 10 71 15 63 102 77
Binary 11011111 11001101 1100000 0 1000 111001 1101 110011 1000010 111111

Color Harmonies of #DFCD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCD60

Black with #DFCD60

Text Example


Text Example

White with #DFCD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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