Html Css Color HEX #DCCE61 Golden Sand

📋 copy color: '#DCCE61'

red 220 ◦ green 206 ◦ blue 97

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

Shades of Golden Sand #DCCE61

Tints of Golden Sand #DCCE61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.55%

R = 42.07%
G = 39.39%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCCE61 (or 0xDCCE61) is known color: Golden Sand. HEX triplet: DC, CE and 61. RGB value is (220,206,97). Sum of RGB (Red+Green+Blue) = 220+206+97=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 97 (38.28% from 255 or 18.55% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCE61 is #23319E. Grayscale: #C6C6C6. Windows color (decimal): -2306463 or 6409948. OLE color: 6409948.

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

Color convert

RGB 220 206 97 -
CMYK 0 0.06 0.56 0.14
HSL 53.17º 0.64% 0.62% -
HSV(B) 53.17º 0.56% 0.86% -
XYZ 53.74 60.22 20.1 -
YUV 197.76 71.14 143.86 -
System Red Green Blue C M Y K H S L
Decimal 220 206 97 0 0.06 0.56 0.14 53.17 0.64 0.62
Hex DC CE 61 0 6 38 E 35 40 3E
Octal 334 316 141 0 6 70 16 65 100 76
Binary 11011100 11001110 1100001 0 110 111000 1110 110101 1000000 111110

Color Harmonies of #DCCE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCE61

Black with #DCCE61

Text Example


Text Example

White with #DCCE61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCE61; }

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

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

background-color css

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

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

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

border-color css

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

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

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