Html Css Color HEX #DCCE62 Golden Sand

📋 copy color: '#DCCE62'

red 220 ◦ green 206 ◦ blue 98

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

Shades of Golden Sand #DCCE62

Tints of Golden Sand #DCCE62

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.31%

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

R = 41.98%
G = 39.31%
B = 18.7%

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

#DCCE62 (or 0xDCCE62) is known color: Golden Sand. HEX triplet: DC, CE and 62. RGB value is (220,206,98). Sum of RGB (Red+Green+Blue) = 220+206+98=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 98 (38.67% from 255 or 18.70% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCE62 is #23319D. Grayscale: #C6C6C6. Windows color (decimal): -2306462 or 6475484. OLE color: 6475484.

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

Color convert

RGB 220 206 98 -
CMYK 0 0.06 0.55 0.14
HSL 53.11º 0.64% 0.62% -
HSV(B) 53.11º 0.55% 0.86% -
XYZ 53.79 60.24 20.35 -
YUV 197.87 71.64 143.78 -
System Red Green Blue C M Y K H S L
Decimal 220 206 98 0 0.06 0.55 0.14 53.11 0.64 0.62
Hex DC CE 62 0 6 37 E 35 40 3E
Octal 334 316 142 0 6 67 16 65 100 76
Binary 11011100 11001110 1100010 0 110 110111 1110 110101 1000000 111110

Color Harmonies of #DCCE62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCE62

Black with #DCCE62

Text Example


Text Example

White with #DCCE62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCE62; }

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

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

background-color css

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

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

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

border-color css

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

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

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