Html Css Color HEX #DCCE63 Golden Sand

📋 copy color: '#DCCE63'

red 220 ◦ green 206 ◦ blue 99

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

Shades of Golden Sand #DCCE63

Tints of Golden Sand #DCCE63

RGB

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

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

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

R = 41.9%
G = 39.24%
B = 18.86%

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

#DCCE63 (or 0xDCCE63) is known color: Golden Sand. HEX triplet: DC, CE and 63. RGB value is (220,206,99). Sum of RGB (Red+Green+Blue) = 220+206+99=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 99 (39.06% from 255 or 18.86% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCE63 is #23319C. Grayscale: #C6C6C6. Windows color (decimal): -2306461 or 6541020. OLE color: 6541020.

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

Color convert

RGB 220 206 99 -
CMYK 0 0.06 0.55 0.14
HSL 53.06º 0.63% 0.63% -
HSV(B) 53.06º 0.55% 0.86% -
XYZ 53.84 60.26 20.6 -
YUV 197.99 72.14 143.7 -
System Red Green Blue C M Y K H S L
Decimal 220 206 99 0 0.06 0.55 0.14 53.06 0.63 0.63
Hex DC CE 63 0 6 37 E 35 3F 3F
Octal 334 316 143 0 6 67 16 65 77 77
Binary 11011100 11001110 1100011 0 110 110111 1110 110101 111111 111111

Color Harmonies of #DCCE63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCE63

Black with #DCCE63

Text Example


Text Example

White with #DCCE63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCE63; }

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

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

background-color css

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

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

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

border-color css

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

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

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