Html Css Color HEX #DFCC69 Golden Sand

📋 copy color: '#DFCC69'

red 223 ◦ green 204 ◦ blue 105

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

Shades of Golden Sand #DFCC69

Tints of Golden Sand #DFCC69

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.35%

 BLUE value IS 105 (41.41% from 255) = 19.74%

R = 41.92%
G = 38.35%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DFCC69 (or 0xDFCC69) is known color: Golden Sand. HEX triplet: DF, CC and 69. RGB value is (223,204,105). Sum of RGB (Red+Green+Blue) = 223+204+105=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 105 (41.41% from 255 or 19.74% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC69 is #203396. Grayscale: #C6C6C6. Windows color (decimal): -2110359 or 6933727. OLE color: 6933727.

HSL color Cylindrical-coordinate representation of color #DFCC69: hue angle of 50.34º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFCC69 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 204 105 -
CMYK 0 0.09 0.53 0.13
HSL 50.34º 0.65% 0.64% -
HSV(B) 50.34º 0.53% 0.87% -
XYZ 54.57 59.89 22.05 -
YUV 198.4 75.29 145.55 -
System Red Green Blue C M Y K H S L
Decimal 223 204 105 0 0.09 0.53 0.13 50.34 0.65 0.64
Hex DF CC 69 0 9 35 D 32 41 40
Octal 337 314 151 0 11 65 15 62 101 100
Binary 11011111 11001100 1101001 0 1001 110101 1101 110010 1000001 1000000

Color Harmonies of #DFCC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCC69

Black with #DFCC69

Text Example


Text Example

White with #DFCC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCC69; }

 p { color: rgb(223,204,105); }

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

background-color css

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

 a { background-color: rgb(223,204,105); }

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

border-color css

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

 span { border-color: rgb(223,204,105); }

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