Html Css Color HEX #DCCF63 Golden Sand

📋 copy color: '#DCCF63'

red 220 ◦ green 207 ◦ blue 99

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

Shades of Golden Sand #DCCF63

Tints of Golden Sand #DCCF63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.82%

R = 41.83%
G = 39.35%
B = 18.82%

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

#DCCF63 (or 0xDCCF63) is known color: Golden Sand. HEX triplet: DC, CF and 63. RGB value is (220,207,99). Sum of RGB (Red+Green+Blue) = 220+207+99=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 99 (39.06% from 255 or 18.82% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF63 is #23309C. Grayscale: #C7C7C7. Windows color (decimal): -2306205 or 6541276. OLE color: 6541276.

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

Color convert

RGB 220 207 99 -
CMYK 0 0.06 0.55 0.14
HSL 53.55º 0.63% 0.63% -
HSV(B) 53.55º 0.55% 0.86% -
XYZ 54.08 60.74 20.68 -
YUV 198.58 71.81 143.28 -
System Red Green Blue C M Y K H S L
Decimal 220 207 99 0 0.06 0.55 0.14 53.55 0.63 0.63
Hex DC CF 63 0 6 37 E 36 3F 3F
Octal 334 317 143 0 6 67 16 66 77 77
Binary 11011100 11001111 1100011 0 110 110111 1110 110110 111111 111111

Color Harmonies of #DCCF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCF63

Black with #DCCF63

Text Example


Text Example

White with #DCCF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCF63; }

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

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

background-color css

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

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

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

border-color css

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

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

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