Html Css Color HEX #DFCC6B Golden Sand

📋 copy color: '#DFCC6B'

red 223 ◦ green 204 ◦ blue 107

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

Shades of Golden Sand #DFCC6B

Tints of Golden Sand #DFCC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.04%

R = 41.76%
G = 38.2%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DFCC6B (or 0xDFCC6B) is known color: Golden Sand. HEX triplet: DF, CC and 6B. RGB value is (223,204,107). Sum of RGB (Red+Green+Blue) = 223+204+107=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 107 (42.19% from 255 or 20.04% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC6B is #203394. Grayscale: #C7C7C7. Windows color (decimal): -2110357 or 7064799. OLE color: 7064799.

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

Color convert

RGB 223 204 107 -
CMYK 0 0.09 0.52 0.13
HSL 50.17º 0.64% 0.65% -
HSV(B) 50.17º 0.52% 0.87% -
XYZ 54.68 59.94 22.6 -
YUV 198.62 76.29 145.39 -
System Red Green Blue C M Y K H S L
Decimal 223 204 107 0 0.09 0.52 0.13 50.17 0.64 0.65
Hex DF CC 6B 0 9 34 D 32 40 41
Octal 337 314 153 0 11 64 15 62 100 101
Binary 11011111 11001100 1101011 0 1001 110100 1101 110010 1000000 1000001

Color Harmonies of #DFCC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCC6B

Black with #DFCC6B

Text Example


Text Example

White with #DFCC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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