Html Css Color HEX #DCCF64 Golden Sand

📋 copy color: '#DCCF64'

red 220 ◦ green 207 ◦ blue 100

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

Shades of Golden Sand #DCCF64

Tints of Golden Sand #DCCF64

RGB

 RED value IS 220 (86.33% from 255) = 41.75%

 GREEN value IS 207 (81.25% from 255) = 39.28%

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

R = 41.75%
G = 39.28%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCCF64 (or 0xDCCF64) is known color: Golden Sand. HEX triplet: DC, CF and 64. RGB value is (220,207,100). Sum of RGB (Red+Green+Blue) = 220+207+100=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF64 is #23309B. Grayscale: #C7C7C7. Windows color (decimal): -2306204 or 6606812. OLE color: 6606812.

HSL color Cylindrical-coordinate representation of color #DCCF64: hue angle of 53.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCCF64 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 207 100 -
CMYK 0 0.06 0.55 0.14
HSL 53.5º 0.63% 0.63% -
HSV(B) 53.5º 0.55% 0.86% -
XYZ 54.13 60.76 20.93 -
YUV 198.69 72.31 143.2 -
System Red Green Blue C M Y K H S L
Decimal 220 207 100 0 0.06 0.55 0.14 53.5 0.63 0.63
Hex DC CF 64 0 6 37 E 36 3F 3F
Octal 334 317 144 0 6 67 16 66 77 77
Binary 11011100 11001111 1100100 0 110 110111 1110 110110 111111 111111

Color Harmonies of #DCCF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCF64

Black with #DCCF64

Text Example


Text Example

White with #DCCF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCF64; }

 p { color: rgb(220,207,100); }

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

background-color css

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

 a { background-color: rgb(220,207,100); }

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

border-color css

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

 span { border-color: rgb(220,207,100); }

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