Html Css Color HEX #DCCF62 Golden Sand

📋 copy color: '#DCCF62'

red 220 ◦ green 207 ◦ blue 98

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

Shades of Golden Sand #DCCF62

Tints of Golden Sand #DCCF62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.67%

R = 41.9%
G = 39.43%
B = 18.67%

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

#DCCF62 (or 0xDCCF62) is known color: Golden Sand. HEX triplet: DC, CF and 62. RGB value is (220,207,98). Sum of RGB (Red+Green+Blue) = 220+207+98=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 98 (38.67% from 255 or 18.67% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF62 is #23309D. Grayscale: #C6C6C6. Windows color (decimal): -2306206 or 6475740. OLE color: 6475740.

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

Color convert

RGB 220 207 98 -
CMYK 0 0.06 0.55 0.14
HSL 53.61º 0.64% 0.62% -
HSV(B) 53.61º 0.55% 0.86% -
XYZ 54.03 60.72 20.43 -
YUV 198.46 71.31 143.36 -
System Red Green Blue C M Y K H S L
Decimal 220 207 98 0 0.06 0.55 0.14 53.61 0.64 0.62
Hex DC CF 62 0 6 37 E 36 40 3E
Octal 334 317 142 0 6 67 16 66 100 76
Binary 11011100 11001111 1100010 0 110 110111 1110 110110 1000000 111110

Color Harmonies of #DCCF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCF62

Black with #DCCF62

Text Example


Text Example

White with #DCCF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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